Skip to main content
A newer version of this page is available. .
Bar

BarItem.GetVisibleLinks() Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

Returns

Type Description
BarItemLinkReadOnlyCollection

A BarItemLinkReadOnlyCollection object that stores all currently visible links to this BarItem.

See Also