Skip to main content
All docs
V25.2
  • AgendaAppointmentAppearance.IntervalTextFontAttributes Property

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

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public FontAttributes IntervalTextFontAttributes { get; set; }

    Property Value

    Type Description
    FontAttributes

    The AgendaView appointment’s time interval font attributes.

    See Also