DayViewBaseActualAppearance.HeaderItemDayNumberTextFontFamily Property
Gets the text font family value that is applied to the header item’s day number. To specify this value, use the DayNumberTextFontFamily property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string HeaderItemDayNumberTextFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The text font family. |
See Also