TileItem.Enabled Property
In This Article
Gets or sets whether the item is enabled.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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