TcxSchedulerOptionsView Class
In This Article
Stores the Scheduler control‘s appearance settings.
#Declaration
Delphi
TcxSchedulerOptionsView = class(
TPersistent
)
#Remarks
The set of settings encapsulated in the TcxSchedulerOptionsView class defines the appearance of various elements of the scheduler control.
The scheduler’s OptionsView property references a TcxSchedulerOptionsView object.
#Inheritance
TObject
TPersistent
TcxSchedulerOptionsView
See Also