MonthViewCellViewModel.DayNumberTextFontFamily Property
Gets or sets the font family name of the cell day number text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string DayNumberTextFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The font family name of the cell day number text. |
See Also