Skip to main content
All docs
V25.2
  • AgendaView.AppointmentIntervalStringFormat Property

    Gets or sets the format string the AgendaView appointments use to display the day text. This is a bindable property.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public string AppointmentIntervalStringFormat { get; set; }

    Property Value

    Type Description
    String

    The format string the appointments use to display the day text.

    See Also