Skip to main content
A newer version of this page is available. .

CalendarHeaderAppearance Members

Stores appearance settings for calendar headers.

Constructors

Name Description
CalendarHeaderAppearance() Initializes a new instance of the CalendarHeaderAppearance class.

Fields

Name Description
BackgroundColorProperty static Identifies the BackgroundColor bindable property.
HeaderSubtitleFontAttributesProperty static Identifies the HeaderSubtitleFontAttributes bindable property.
HeaderSubtitleFontFamilyProperty static Identifies the HeaderSubtitleFontFamily bindable property.
HeaderSubtitleFontSizeProperty static Identifies the HeaderSubtitleFontSize bindable property.
HeaderSubtitleTextColorProperty static Identifies the HeaderSubtitleTextColor bindable property.
HeaderTitleFontAttributesProperty static Identifies the HeaderTitleFontAttributes bindable property.
HeaderTitleFontFamilyProperty static Identifies the HeaderTitleFontFamily bindable property.
HeaderTitleFontSizeProperty static Identifies the HeaderTitleFontSize bindable property.
HeaderTitleTextColorProperty static Identifies the HeaderTitleTextColor bindable property.

Properties

Name Description
BackgroundColor
HeaderSubtitleFontAttributes Gets or sets the DXCalendar header subtitle’s font attributes. This is a bindable property.
HeaderSubtitleFontFamily Gets or sets the DXCalendar header subtitle’s font family. This is a bindable property.
HeaderSubtitleFontSize Gets or sets the DXCalendar header subtitle’s font size. This is a bindable property.
HeaderSubtitleTextColor Gets or sets the DXCalendar header subtitle’s text color. This is a bindable property.
HeaderTitleFontAttributes Gets or sets the DXCalendar header title’s font attributes. This is a bindable property.
HeaderTitleFontFamily Gets or sets the DXCalendar header title’s font family. This is a bindable property.
HeaderTitleFontSize Gets or sets the DXCalendar header title’s font size. This is a bindable property.
HeaderTitleTextColor Gets or sets the DXCalendar header title’s text color. This is a bindable property.

Methods

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