Bar.GetActualLinks() Method
Retrieves the list of links currently displayed within this Bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
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