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

RibbonPageGroup.Enabled Property

Gets or sets whether the current RibbonPageGroup is enabled.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the current RibbonPageGroup is enabled; otherwise, false.

See Also