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:
The scheduler control’s background – the TcxSchedulerStyles.Background property;
The time blocks in the scheduling area – the TcxSchedulerStyles.Content property;
The time ruler, the day’s header (except for the current day) visible under the currently active time View and the Date Navigator‘s header – the TcxSchedulerStyles.DayHeader property;
The user event – the TcxSchedulerStyles.Event property;
The horizontal bar between the Date Navigator and the Control Box panes – the TcxSchedulerStyles.HorzSplitter property;
The resource’s header – the TcxSchedulerStyles.ResourceHeader property;
The selected time blocks – the TcxSchedulerStyles.Selection property;
The vertical bar between the scheduling area and the Date Navigator/Control Box – the TcxSchedulerStyles.VertSplitter property.
Use the Styles property to specify styles for the scheduler control’s elements.