Skip to main content
All docs
V22.1

CalendarDayCellStyle Properties

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