Back to Devexpress

BarItemLink.ItemId Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-5919ae9b.md

latest1.2 KB
Original Source

BarItemLink.ItemId Property

Obtains the BarItem.Id property value of the item corresponding to the current link.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual int ItemId { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property ItemId As Integer

Property Value

TypeDescription
Int32

The BarItem.Id property value of the item corresponding to the current link.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace