Skip to main content
Bar

BarItemLinkBase.IsLinkInBar Property

Gets whether the current BarItemLinkBase is located within a Bar.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual bool IsLinkInBar { get; }

Property Value

Type Description
Boolean

true, if the current BarItemLinkBase is located within a Bar; otherwise, false.

See Also