TcxSchedulerStyles Class
Stores all style settings applied to the scheduler’s elements.
Declaration
TcxSchedulerStyles = class(
TcxStyles,
IcxSchedulerStylesAdapter
)
Remarks
This class extends its ancestor with members that allow you to customize the appearance of:
The scheduling area‘s background (Background);
The time blocks and scheduled user events (Content and Event);
The day and resource headers (DayHeader and ResourceHeader);
The horizontal and vertical splitters (HorzSplitter and VertSplitter);
The current selection (Selection).
The scheduler’s Styles property references a TcxSchedulerStyles object.
Implements
Inheritance
See Also