BarItem.GetVisibleLinks() Method
Returns the list of all currently visible links to this BarItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
BarItemLinkReadOnlyCollection | A BarItemLinkReadOnlyCollection object that stores all currently visible links to this BarItem. |
See Also