TileItem.Enabled Property
Gets or sets whether the item is enabled.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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