Skip to main content

TcxSchedulerTimeGridView.Styles Property

Represents style settings for the scheduling area when using the TimeGrid View.

Declaration

property Styles: TcxSchedulerTimeGridViewStyles read; write;

Property Value

Type
TcxSchedulerTimeGridViewStyles

Remarks

Each element’s appearance can be specified by the following style attributes – its background color or bitmap, its text color and font details. The TcxSchedulerTimeGridViewStyles object provides styles for the scheduling area’s elements that are visible in the TimeGrid View – the time selection bar located under the minor scale, the splitter that divides the time units of the major time scale, the major and minor time scales.

Use the Styles property to specify styles for the elements visible in the scheduling area when using the TimeGrid View.

See Also