Back to Devexpress

TabHeaderCustomDrawEventArgs.Handled Property

windowsforms-devexpress-dot-xtratab-dot-tabheadercustomdraweventargs-c0834e36.md

latest1.2 KB
Original Source

TabHeaderCustomDrawEventArgs.Handled Property

Gets or sets whether the event is handled and prevents the default draw operation from being performed.

Namespace : DevExpress.XtraTab

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 prevent the default draw operation from being performed; otherwise, false.

|

See Also

TabHeaderCustomDrawEventArgs Class

TabHeaderCustomDrawEventArgs Members

DevExpress.XtraTab Namespace