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

CalendarDayCellAppearance Properties

Stores appearance settings for day cells.
Name Description
BackgroundColor Gets or sets a background color for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
DisabledBackgroundColor Gets or sets the background color for cells in the disabled state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
DisabledFontAttributes Gets or sets font attributes for cells in the disabled state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
DisabledFontFamily Gets or sets the font family for cells in the disabled state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
DisabledFontSize Gets or sets the font size for cells in the disabled state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
DisabledTextColor Gets or sets the text color for cells in the disabled state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
FontAttributes Gets or sets font attributes for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
FontFamily Gets or sets a font for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
FontSize Gets or sets a font size for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
SelectedBackgroundColor Gets or sets the background color for cells in the selected state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
SelectedEllipseBackgroundColor Gets or sets the background color for the selection ellipse. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
SelectedFontAttributes Gets or sets font attributes for cells in the selected state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
SelectedFontFamily Gets or sets the font family for cells in the selected state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
SelectedFontSize Gets or sets the font size for cells in the selected state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
SelectedTextColor Gets or sets the text color for cells in the selected state. This is a bindable property. Inherited from CalendarSelectableCellAppearance.
TextColor Gets or sets a text color for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
TodayBackgroundColor Gets or sets the today date’s background color. This is a bindable property.
TodayEllipseBackgroundColor Gets or sets the today date’s ellipse color. This is a bindable property.
TodayFontAttributes Gets or sets the today date’s font attributes. This is a bindable property.
TodayFontFamily Gets or sets the today date’s font. This is a bindable property.
TodayFontSize Gets or sets the today date’s font size. This is a bindable property.
TodayTextColor Gets or sets the today date’s text color. This is a bindable property.
See Also