BarButtonGroup.ItemLinks Property
Provides access to links that are owned by the current group.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BarItemLinkCollection | A BarItemLinkCollection object that contains links owned by the container item. |
Remarks
For more information and examples, see BarCustomContainerItem.ItemLinks.
See Also