CustomDrawTimescaleColumnEventArgs.GetPosition(DateTime) Method
Returns the position of the column that corresponds to the specified date.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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