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