Skip to main content

TcxSchedulerYearView.Styles Property

Specifies style settings for the scheduling area displayed in the Year View.

Declaration

property Styles: TcxSchedulerYearViewStyles read; write;

Property Value

Type
TcxSchedulerYearViewStyles

Remarks

Each element’s appearance can be specified by the following style attributes – its background color or bitmap, its text color and font details. The TcxSchedulerYearViewStyles object provides styles for the scheduling area’s elements that are visible in the Year View – the month headers, the cells occupied by the adjacent months.

Use the Styles property to specify styles for the elements visible in the scheduling area when working with the Year View.

See Also