Back to Devexpress

CalendarAppearances Properties

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-calendarappearances-dot-underscore-properties.md

latest5.3 KB
Original Source

CalendarAppearances Properties

Contains appearance settings for the calendar visual elements in different states.

NameDescription
ButtonSpecifies the Today , Clear , Ok , and Cancel button appearance settings in the normal state.
ButtonHighlightedSpecifies the Today , Clear , Ok , and Cancel button appearance settings when the mouse pointer hovers over them.
ButtonPressedSpecifies the Today , Clear , Ok , and Cancel button appearance settings when they are pressed.
CalendarHeaderSpecifies the appearance of month headers if the calendar displays multiple months.
DayCellSpecifies the appearance of day cells in the normal state.
DayCellDisabledSpecifies the appearance of day cells in the disabled state.
DayCellHighlightedSpecifies the appearance of day cells when the mouse pointer hovers over them.
DayCellHolidaySpecifies the appearance of holiday cells.
DayCellInactiveSpecifies the appearance of day cells that do not belong to the current month.
DayCellPressedSpecifies the appearance of day cells in the pressed state.
DayCellSelectedSpecifies the appearance of selected day cells.
DayCellSpecialSpecifies the appearance of “special” day cells in the normal state.
DayCellSpecialDisabledSpecifies the appearance of “special” day cells in the disabled state.
DayCellSpecialHighlightedSpecifies the appearance of “special” day cells when the mouse pointer hovers over them.
DayCellSpecialInactiveSpecifies the appearance of “special” day cells that do not belong to the current month.
DayCellSpecialPressedSpecifies the appearance of “special” day cells in the pressed state.
DayCellSpecialSelectedSpecifies the appearance of selected “special” day cells.
DayCellTodaySpecifies the “today” cell’s appearance settings.
HeaderSpecifies the header appearance settings in the normal state. Use ShowHeader to specify the header visibility.
HeaderHighlightedSpecifies the header appearance settings when the mouse pointer hovers over it. These settings do not combine with settings in the normal state.
HeaderPressedSpecifies the header appearance settings when it is pressed. These settings do not combine with settings in the normal state.
IsDisposedGets whether the current object has been disposed of. Inherited from BaseAppearanceCollection.
IsLoadingGets whether the owner control is being initialized.
OwnerGets the owner control.
WeekDaySpecifies the week day abbreviation appearance settings.
WeekNumberSpecifies the week number appearance settings.

See Also

CalendarAppearances Class

CalendarAppearances Members

DevExpress.XtraEditors.Repository Namespace