Back to Devexpress

BackstageViewItem.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitem-eda64f82.md

latest1.2 KB
Original Source

BackstageViewItem.Enabled Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public virtual bool Enabled { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

BackstageViewItem Class

BackstageViewItem Members

DevExpress.XtraBars.Ribbon Namespace