TcxSchedulerOptionsView.Style Property
Specifies the scheduler control’s visual style.
Declaration
property Style: TcxSchedulerViewStyle read; write; default cxSchedulerDefaultViewStyle;
Property Value
Type | Default |
---|---|
TcxSchedulerViewStyle | cxSchedulerDefaultViewStyle |
Remarks
Use this property to switch between the Modern and Classic visual styles applied to the control’s content, scheduling area, and UI elements.
Refer to the TcxSchedulerViewStyle type description for detailed information on these styles.
The cxSchedulerDefaultViewStyle global constant is the default Style property value.
See Also