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