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

TileItem.Enabled Property

Gets or sets whether the item is enabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(true)]
[SmartTagProperty("Enabled", "Appearance", 60)]
[DXCategory("Appearance")]
public virtual bool Enabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the item is enabled; otherwise, false.

Remarks

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

See Also