Skip to main content

TcxCustomScheduler.Styles Property

Represents style settings for the scheduler control’s elements.

Declaration

property Styles: TcxSchedulerStyles read; write;

Property Value

Type
TcxSchedulerStyles

Remarks

Each element’s appearance can be specified using the following style attributes – background color or bitmap, text color and font details. The TcxSchedulerStyles class provides styles for the scheduler control’s elements as follows:

Use the Styles property to specify styles for the scheduler control’s elements.

See Also