Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomScheduler.Styles Property

Represents style settings for the scheduler control’s elements.

#Declaration

Delphi
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