CalendarDayCellAppearance.TodayFontFamily Property
Gets or sets the today date’s font. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string TodayFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The today date’s font. |
See Also