Skip to main content
A newer version of this page is available. .

CustomDrawTimescaleColumnEventArgs.Column Property

Gets the processed column.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public GanttTimescaleColumn Column { get; }

Property Value

Type Description
DevExpress.XtraGantt.GanttTimescaleColumn

An object that specifies the processed column.

See Also