BarItemLink.IsLinkInStatusBar Property
Indicates whether the current BarItemLink is located within a Ribbon Status Bar.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
Declaration
public virtual bool IsLinkInStatusBar { get; }
Public Overridable ReadOnly Property IsLinkInStatusBar As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true if the current BarItemLink is located within a status bar; otherwise, false. |
See Also