Skip to main content

CalendarSelectableCellStyle.SelectedFontSize Property

Gets or sets the font size for cells in the selected state.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public double SelectedFontSize { get; set; }

Property Value

Type Description
Double

A value that specifies a font size.

See Also