Skip to main content
All docs
V24.1

TileCustomDrawEventArgs.IsDisabled Property

Gets the disabled state of the processed tile.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool IsDisabled { get; }

Property Value

Type Description
Boolean

true if the tile is disabled; otherwise, false.

See Also