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

BarItemLinkBase.IsLinkInApplicationMenu Property

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

Namespace: DevExpress.Xpf.Bars

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

Declaration

public virtual bool IsLinkInApplicationMenu { get; }

Property Value

Type Description
Boolean

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

See Also