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

TcxSchedulerDayHeaderModernStyleDisplayMode Enum

Enumerates display modes available for Modern-Style day headers.

#Declaration

Delphi
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