Skip to main content

CustomDrawTimescaleColumnEventArgs.Column Property

Gets the processed column.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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