Skip to main content

cxSchedulerDefaultViewStyle Constant

Specifies the default general visual style of the scheduler control.

Declaration

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