vcl-cxschedulercustomcontrols-bcaf6efb.md
Stores all style settings applied to the scheduler’s elements.
TcxSchedulerStyles = class(
TcxStyles,
IcxSchedulerStylesAdapter
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxSchedulerStyles
See Also