TcxSchedulerDateNavigatorStyles Class
In This Article
Represents style settings for the Date Navigator‘s elements.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomStyles
TcxStyles
TcxSchedulerDateNavigatorStyles
See Also