Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsView.Style Property

Specifies the scheduler control’s visual style.

#Declaration

Delphi
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