Skip to main content
Bar

BarItemLink.IsLinkInRibbonQuickAccessToolbar Property

Indicates whether the current BarItemLink is located within a Ribbon Quick Access Toolbar.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public virtual bool IsLinkInRibbonQuickAccessToolbar { get; }

#Property Value

Type Description
Boolean

true if the current BarItemLink is located within a quick access toolbar; otherwise, false.

See Also