Back to Devexpress

BarItemLinkBase.IsLinkInMenu Property

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkbase-3b1af264.md

latest1.2 KB
Original Source

BarItemLinkBase.IsLinkInMenu Property

Indicates whether the current BarItemLinkBase is located within the opened menu.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual bool IsLinkInMenu { get; }
vb
Public Overridable ReadOnly Property IsLinkInMenu As Boolean

Property Value

TypeDescription
Boolean

true if the current BarItemLinkBase is located within the opened menu; otherwise, false.

|

See Also

BarItemLinkBase Class

BarItemLinkBase Members

DevExpress.Xpf.Bars Namespace