Back to Devexpress

TileCustomDrawEventArgs.IsDisabled Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-9112ef8b.md

latest1.1 KB
Original Source

TileCustomDrawEventArgs.IsDisabled Property

Gets the disabled state of the processed tile.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsDisabled { get; }
vb
Public ReadOnly Property IsDisabled As Boolean

Property Value

TypeDescription
Boolean

true if the tile is disabled; otherwise, false.

|

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace