TcxSchedulerDayHeaderModernStyleDisplayMode Enum
In This Article
Enumerates display modes available for Modern-Style day headers.
#Declaration
Delphi
TcxSchedulerDayHeaderModernStyleDisplayMode = (
hdmDefault,
hdmClassic,
hdmDayAndDate
);
#Members
Name |
---|
hdm
|
hdm
|
hdm
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
hdm |
A day header displays only a capitalized name of the day of the week. The current day’s name is boldfaced. | ![]() |
hdm |
A day header displays a full date, including the name of the day of the week. All day headers use the same (normal) font style. | ![]() |
hdm |
A day header displays a full date, including the name of the day of the week. All day headers are capitalized; the current day’s header is also boldfaced. | ![]() |
The scheduler’s ViewDay.DayHeaderModernStyleDisplayMode property references the TcxSchedulerDayHeaderModernStyleDisplayMode type.
See Also