Skip to main content
All docs
V25.1
  • CustomDrawTimescaleColumnEventArgs.Column Property

    Gets the processed column.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public GanttTimescaleColumn Column { get; }

    Property Value

    Type Description
    DevExpress.XtraGantt.GanttTimescaleColumn

    An object that specifies the processed column.

    See Also