CalendarDayCellStyle.TodayFontFamily Property
Gets or sets today’s date’s font.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string TodayFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | A string value that specifies a font family name. |
See Also