BarItemLink.IsPageGroupContentToolbarButtonLink Property
Gets whether the link represents a Ribbon page group within the Quick Access Toolbar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[XtraSerializableProperty]
public virtual bool IsPageGroupContentToolbarButtonLink { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the link represents a Ribbon page group within the Ribbon Quick Access Toolbar; otherwise, false. |
See Also