BarDockingMenuItem.ItemLinks Property
Provides access to the collection of links displayed by the BarDockingMenuItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public override BarItemLinkCollection ItemLinks { get; }
Property Value
Type | Description |
---|---|
BarItemLinkCollection | The collection of links displayed by the BarDockingMenuItem. |
See Also