Bar.GetActualLinks() Method
In This Article
Retrieves the list of links currently displayed within this Bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public BarItemLinkReadOnlyCollection GetActualLinks()
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also