BarCustomContainerItemLink.VisibleLinks Property
In This Article
Provides access to the links owned by the corresponding container item.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarItemLinkReadOnlyCollection VisibleLinks { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#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