TcxSchedulerTimeGridViewScales.MajorUnitSeparatorWidth Property
Specifies the width in pixels of the major time scale’s splitter.
Declaration
property MajorUnitSeparatorWidth: Integer read; write; default cxDefaultSplitterWidth;
Property Value
Type | Default |
---|---|
Integer | cxDefaultSplitterWidth |
Remarks
The major scale’s splitter is a bar that visually divides the units on the major time scale.
Use the MajorUnitSeparatorWidth property to specify the width of the major time scale’s splitter.
The default value of the MajorUnitSeparatorWidth property is cxDefaultSplitterWidth.
See Also