Back to Devexpress

BarDockingMenuItem.ItemLinks Property

windowsforms-devexpress-dot-xtrabars-dot-bardockingmenuitem.md

latest1.4 KB
Original Source

BarDockingMenuItem.ItemLinks Property

Provides access to the collection of links displayed by the BarDockingMenuItem.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public override BarItemLinkCollection ItemLinks { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<Browsable(False)>
Public Overrides ReadOnly Property ItemLinks As BarItemLinkCollection

Property Value

TypeDescription
BarItemLinkCollection

The collection of links displayed by the BarDockingMenuItem.

|

See Also

BarDockingMenuItem Class

BarDockingMenuItem Members

DevExpress.XtraBars Namespace