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

MonthViewHeaderItemViewModel Members

The storage for appearance settings values of an individual month view header item’s representation.

#Constructors

Name Description
MonthViewHeaderItemViewModel(DateTimeRange) Initializes a new instance of the MonthViewHeaderItemViewModel class with specified settings.

#Properties
Show Inherited Hide Inherited

Name Description
BackgroundColor Gets or sets the color that the header uses to paint its background. Inherited from HeaderItemViewModel.
BorderColor Gets or sets the color that the header uses to paint its border. Inherited from HeaderItemViewModel.
BorderThickness Gets or sets the border thickness of the header. Inherited from HeaderItemViewModel.
ContentPadding Gets or sets the padding of the header. Inherited from HeaderItemViewModel.
IsToday Returns whether a day for which a View shows the header is today. Inherited from HeaderItemViewModel.
WeekDayText Gets or sets the week day text of the header item. Inherited from HeaderItemViewModel.
WeekDayTextColor Gets or sets the color the header item uses to paint its week day text. Inherited from HeaderItemViewModel.
WeekDayTextFontAttributes Gets or sets whether the week day text is bold, italic, both, or neither. Inherited from HeaderItemViewModel.
WeekDayTextFontFamily Gets or sets the name of the font family the header item uses to display its week day text. Inherited from HeaderItemViewModel.
WeekDayTextFontSize Gets or sets the size of the header item’s week day text. Inherited from HeaderItemViewModel.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode() Serves as the default hash function. Inherited from System.Object.
GetType() Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString() Returns a string that represents the current object. Inherited from System.Object.
See Also