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

CalendarSelectableCellAppearance Properties

Stores appearance settings for calendar cells in the selected and disabled states.
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.
DisabledFontAttributes Gets or sets font attributes for cells in the disabled state. This is a bindable property.
DisabledFontFamily Gets or sets the font family for cells in the disabled state. This is a bindable property.
DisabledFontSize Gets or sets the font size for cells in the disabled state. This is a bindable property.
DisabledTextColor Gets or sets the text color for cells in the disabled state. This is a bindable property.
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.
SelectedEllipseBackgroundColor Gets or sets the background color for the selection ellipse. This is a bindable property.
SelectedFontAttributes Gets or sets font attributes for cells in the selected state. This is a bindable property.
SelectedFontFamily Gets or sets the font family for cells in the selected state. This is a bindable property.
SelectedFontSize Gets or sets the font size for cells in the selected state. This is a bindable property.
SelectedTextColor Gets or sets the text color for cells in the selected state. This is a bindable property.
TextColor Gets or sets a text color for calendar cells. This is a bindable property. Inherited from CalendarCellAppearance.
See Also