Skip to main content

BackstageViewItem.Enabled Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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