TcxSchedulerDayView.DayHeaderModernStyleDisplayMode Property
In This Article
Specifies the day of the week format for day header inscriptions.
#Declaration
Delphi
property DayHeaderModernStyleDisplayMode: TcxSchedulerDayHeaderModernStyleDisplayMode read; write; default hdmDefault;
#Property Value
Type | Default |
---|---|
Tcx |
hdm |
#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 Day
The default DayHeaderModernStyleDisplayMode property value is hdmDefault.
See Also