Back to Devexpress

BarItemLink.IsPageGroupContentToolbarButtonLink Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-7c87ffb3.md

latest1.5 KB
Original Source

BarItemLink.IsPageGroupContentToolbarButtonLink Property

Gets whether the link represents a Ribbon page group within the Quick Access Toolbar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool IsPageGroupContentToolbarButtonLink { get; set; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public Overridable Property IsPageGroupContentToolbarButtonLink As Boolean

Property Value

TypeDescription
Boolean

true if the link represents a Ribbon page group within the Ribbon Quick Access Toolbar; otherwise, false.

|

See Also

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace