Back to Devexpress

CustomDrawTaskEventArgs.State Property

windowsforms-devexpress-dot-xtragantt-dot-customdrawtaskeventargs-96c8e926.md

latest1.1 KB
Original Source

CustomDrawTaskEventArgs.State Property

Gets the object state: normal, hot tracked, pressed, disabled, or selected.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public ObjectState State { get; }
vb
Public ReadOnly Property State As ObjectState

Property Value

TypeDescription
DevExpress.Utils.Drawing.ObjectState

A value that specifies the object state: normal, hot tracked, pressed, disabled, or selected.

|

See Also

CustomDrawTaskEventArgs Class

CustomDrawTaskEventArgs Members

DevExpress.XtraGantt Namespace