BarItem.GetVisibleLinks() Method
In This Article
Returns the list of all currently visible links to this BarItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BarItemLinkReadOnlyCollection GetVisibleLinks()
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also