Skip to main content
All docs
V25.2
  • AgendaAppointmentViewModel.IntervalTextColor Property

    Gets or sets the color the AgendaView appointment representation uses to paint its time.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public Color IntervalTextColor { get; set; }

    Property Value

    Type Description
    Color

    The color the appointment representation uses to paint its time.

    See Also