Indicates whether the current BarItemLinkBase is located within the opened menu.
Namespace:DevExpress.Xpf.Bars
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public virtual bool IsLinkInMenu { get; }
|
VB |
Overridable Public ReadOnly Property IsLinkInMenu As Boolean
|
Property value
Type: Boolean
true if the current BarItemLinkBase is located within the opened menu; otherwise, false.

See Also