Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkBase.IsLinkInMenu Property

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual bool IsLinkInMenu { get; }

Property Value

Type Description
Boolean

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

See Also