Back to Devexpress

TileItem.Enabled Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-3c1e3f66.md

latest1.3 KB
Original Source

TileItem.Enabled Property

Gets or sets whether the item is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the item is enabled; otherwise, false.

|

Remarks

Disabled items are grayed out. No frame animation is supported for these items.

See Also

Visible

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace