TcxSchedulerDayHeaderModernStyleDisplayMode Enum
Enumerates display modes available for Modern-Style day headers.
Declaration
TcxSchedulerDayHeaderModernStyleDisplayMode = (
hdmDefault,
hdmClassic,
hdmDayAndDate
);
Members
Name |
---|
hdmDefault
|
hdmClassic
|
hdmDayAndDate
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
hdmDefault | A day header displays only a capitalized name of the day of the week. The current day’s name is boldfaced. | |
hdmClassic | 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. | |
hdmDayAndDate | 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