CalendarCellStyle.FontFamily Property
In This Article
Gets or sets a font for calendar cells.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string FontFamily { get; set; }
#Property Value
Type | Description |
---|---|
String | A string value that specifies a font family name. |
See Also