Skip to main content

TcxSchedulerDayView.DayHeaderModernStyleDisplayMode Property

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

Declaration

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