Skip to main content
All docs
V25.1
  • CustomDrawTaskEventArgs.State Property

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

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public ObjectState State { get; }

    Property Value

    Type Description
    DevExpress.Utils.Drawing.ObjectState

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

    See Also