TcxSchedulerTimeGridViewScales.MinorUnitWidth Property
In This Article
Specifies the width in pixels of the minor time scale’s unit.
#Declaration
Delphi
property MinorUnitWidth: Integer read; write; default cxDefaultMinorUnitWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#Remarks
Use the MinorUnitWidth property to specify the width of the minor time scale’s unit.
The default value of the MinorUnitWidth property is cxDefaultMinorUnitWidth.
See Also