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