Back to Devexpress

CalendarMonthCellStyle Members

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-calendarmonthcellstyle-dot-underscore-members.md

latest11.6 KB
Original Source

CalendarMonthCellStyle Members

Stores appearance settings for month cells.

Constructors

NameDescription
CalendarMonthCellStyle()Initializes a new instance of the CalendarMonthCellStyle class.

Fields

NameDescription
BackgroundColorProperty staticIdentifies the BackgroundColor dependency property. Inherited from CalendarCellStyle.
DisabledBackgroundColorProperty staticIdentifies the DisabledBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontAttributesProperty staticIdentifies the DisabledFontAttributes dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontFamilyProperty staticIdentifies the DisabledFontFamily dependency property. Inherited from CalendarSelectableCellStyle.
DisabledFontSizeProperty staticIdentifies the DisabledFontSize dependency property. Inherited from CalendarSelectableCellStyle.
DisabledTextColorProperty staticIdentifies the DisabledTextColor dependency property. Inherited from CalendarSelectableCellStyle.
FontAttributesProperty staticIdentifies the FontAttributes dependency property. Inherited from CalendarCellStyle.
FontFamilyProperty staticIdentifies the FontFamily dependency property. Inherited from CalendarCellStyle.
FontSizeProperty staticIdentifies the FontSize dependency property. Inherited from CalendarCellStyle.
SelectedBackgroundColorProperty staticIdentifies the SelectedBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
SelectedEllipseBackgroundColorProperty staticIdentifies the SelectedEllipseBackgroundColor dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontAttributesProperty staticIdentifies the SelectedFontAttributes dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontFamilyProperty staticIdentifies the SelectedFontFamily dependency property. Inherited from CalendarSelectableCellStyle.
SelectedFontSizeProperty staticIdentifies the SelectedFontSize dependency property. Inherited from CalendarSelectableCellStyle.
SelectedTextColorProperty staticIdentifies the SelectedTextColor dependency property. Inherited from CalendarSelectableCellStyle.
TextColorProperty staticIdentifies the TextColor dependency property. Inherited from CalendarCellStyle.

Properties

NameDescription
BackgroundColorGets or sets a background color for calendar cells. Inherited from CalendarCellStyle.
DisabledBackgroundColorGets or sets the background color for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontAttributesGets or sets font attributes for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontFamilyGets or sets the font for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledFontSizeGets or sets the font size for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
DisabledTextColorGets or sets the foreground color for cells in the disabled state. Inherited from CalendarSelectableCellStyle.
FontAttributesGets or sets font attributes for calendar cells. Inherited from CalendarCellStyle.
FontFamilyGets or sets a font for calendar cells. Inherited from CalendarCellStyle.
FontSizeGets or sets a font size for calendar cells. Inherited from CalendarCellStyle.
SelectedBackgroundColorGets or sets the background color for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedEllipseBackgroundColorGets or sets the background color for the selection ellipse. Inherited from CalendarSelectableCellStyle.
SelectedFontAttributesGets or sets font attributes for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedFontFamilyGets or sets the font for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedFontSizeGets or sets the font size for cells in the selected state. Inherited from CalendarSelectableCellStyle.
SelectedTextColorGets or sets the foreground color for cells in the selected state. Inherited from CalendarSelectableCellStyle.
TextColorGets or sets a text color for calendar cells. Inherited from CalendarCellStyle.

See Also

CalendarMonthCellStyle Class

DevExpress.XamarinForms.Editors Namespace