ViewBaseActualAppearance.AppointmentTextFontFamily Property
Gets the text font family value that is applied to the DevExpress.Maui.Scheduler view’s appointments. 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 AppointmentTextFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also