Back to Devexpress

TileCustomDrawEventArgs.Handled Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecustomdraweventargs-d67399e6.md

latest1.1 KB
Original Source

TileCustomDrawEventArgs.Handled Property

Gets or sets whether to skip the default painting.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
Boolean

true to skip the default painting; otherwise, false.

|

See Also

TileCustomDrawEventArgs Class

TileCustomDrawEventArgs Members

DevExpress.XtraEditors Namespace