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