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

BarItemLinkBase.IsLinkInRibbonPageGroup Property

Indicates whether the current BarItemLinkBase is located within a RibbonPageGroup.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public virtual bool IsLinkInRibbonPageGroup { get; }

Property Value

Type Description
Boolean

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

See Also