TcxSchedulerTimeGridScaleCell.TimeStart Property
Gets the start time of the rightmost unit currently visible in the scheduling area.
Declaration
property TimeStart: TDateTime read;
Property Value
Type |
---|
TDateTime |
Remarks
The returned unit’s start time depends upon the handled event:
the major time scale unit’s start time (for the OnCustomDrawMajorUnit event)
the minor time scale unit’s start time (for the OnCustomDrawMinorUnit event)
the time selection bar unit’s start time (for the OnCustomDrawSelectionBar event)
See Also