BarCustomContainerItemLink.VisibleLinks Property
Provides access to the links owned by the corresponding container item.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BarItemLinkReadOnlyCollection | A BarItemLinkReadOnlyCollection object containing links owned by the corresponding container item. |
Remarks
The VisibleLinks property returns the value of the item’s BarCustomContainerItem.ItemLinks property. This represents the collection of links owned by the item. See the BarCustomContainerItem.ItemLinks topic for more information.
See Also