TcxSchedulerTimeGridViewScales.TimeStep Property
In This Article
Specifies the division used for the time selection bar.
#Declaration
Delphi
property TimeStep: Integer read; write; default 30;
#Property Value
Type | Default |
---|---|
Integer | 30 |
#Remarks
Use the TimeStep property to specify the size of the time selection bar’s unit.
The default value of the TimeStep property is 30.
See Also