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

TcxSchedulerDayView.DayHeaderModernStyleDisplayMode Property

Specifies the day of the week format for day header inscriptions.

#Declaration

Delphi
property DayHeaderModernStyleDisplayMode: TcxSchedulerDayHeaderModernStyleDisplayMode read; write; default hdmDefault;

#Property Value

Type Default
TcxSchedulerDayHeaderModernStyleDisplayMode hdmDefault

#Remarks

This property allows you to change the day header appearance in Modern Style mode. For instance, you can set the DayHeaderModernStyleDisplayMode property to hdmClassic to display day headers in the same way as in Classic Style mode. For detailed information on all available options, refer to the TcxSchedulerDayHeaderModernStyleDisplayMode type description for detailed information on available day header options.

Note

The DayHeaderModernStyleDisplayMode property has no effect if the Scheduler control’s OptionsView.Style property is set to svsClassic.

The default DayHeaderModernStyleDisplayMode property value is hdmDefault.

See Also