Skip to main content
Bar

BarItem.GetVisibleLinks() Method

Returns the list of all currently visible links to this BarItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.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