Skip to main content

AgendaAppointmentAppearance.IntervalTextFontFamily Property

Gets or sets the AgendaView appointment’s time interval font family. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string IntervalTextFontFamily { get; set; }

Property Value

Type Description
String

The AgendaView appointment’s time interval font family.

See Also