Skip to main content

TileItem.Enabled Property

Gets or sets whether the item is enabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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