Skip to main content
All docs
V26.1
  • 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

    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