RibbonPageGroup.Enabled Property
Gets or sets whether the current RibbonPageGroup is enabled.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public virtual bool Enabled { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the current RibbonPageGroup is enabled; otherwise, false. |
See Also