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