Skip to main content

TcxSchedulerTimeGridScaleCell.BorderColor Property

Specifies the color of the unit’s border.

Declaration

property BorderColor: TColor read; write;

Property Value

Type
TColor

Remarks

Use the BorderColor property to specify the border color of the major or minor time scale, or of the time selection bar via the View’s OnCustomDrawMajorUnit, OnCustomDrawMinorUnit and OnCustomDrawSelectionBar events respectively.

See Also