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.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[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