Back to Devexpress

cxSchedulerDefaultViewStyle Constant

vcl-cxschedulercustomcontrols-8751cba5.md

latest658 B
Original Source

cxSchedulerDefaultViewStyle Constant

Specifies the default general visual style of the scheduler control.

Declaration

delphi
const cxSchedulerDefaultViewStyle = svsModern;

Remarks

The ExpressScheduler control uses the Modern Style to display both the content and UI elements by default. The cxSchedulerDefaultViewStyle global constant specifies the initial value of the scheduler control’s OptionsView.Style property. You can use this property to revert to the Classic Style if necessary.

See Also

cxSchedulerCustomControls Unit