CustomDrawTimescaleColumnEventArgs.GetPosition(DateTime) Method
In This Article
Returns the position of the column that corresponds to the specified date.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
date | Date |
A Date |
#Returns
Type | Description |
---|---|
Double | A Double value that specifies the column position. |
See Also