Skip to main content

CalendarSelectableCellStyle.SelectedFontFamily Property

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

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public string SelectedFontFamily { get; set; }

#Property Value

Type Description
String

A string value that specifies a font family.

See Also