Skip to main content

CustomDrawTimescaleColumnEventArgs.GetPosition(DateTime) Method

Returns the position of the column that corresponds to the specified date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public double GetPosition(
    DateTime date
)

Parameters

Name Type Description
date DateTime

A DateTime structure that specifies the date whose column position should be returned.

Returns

Type Description
Double

A Double value that specifies the column position.

See Also