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

BackstageViewItem.Enabled Property

Gets or sets whether the current item is enabled or disabled.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also