Skip to main content

TcxSchedulerDateNavigatorStyles Class

Represents style settings for the Date Navigator‘s elements.

Declaration

TcxSchedulerDateNavigatorStyles = class(
    TcxStyles
)

Remarks

Each element’s appearance can be specified by the following style attributes – background color or bitmap, text color and font details. The TcxSchedulerDateNavigatorStyles provides styles for the Date Navigator‘s elements - the Date Navigator pane’s background, calendar, header and selected dates.

The TcxSchedulerDateNavigatorStyles object is referenced by the TcxSchedulerDateNavigator.Styles property.

See Also