Skip to main content
Bar

BarItemLinkBase.IsLinkInStatusBar Property

Indicates whether the current BarItemLinkBase is located within a Ribbon Status Bar.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual bool IsLinkInStatusBar { get; }

Property Value

Type Description
Boolean

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

See Also