Skip to main content
All docs
V25.2
  • AgendaAppointmentViewModel(AgendaView, AppointmentItem, AppointmentLabelItem, DateTimeRange) Constructor

    Initializes a new instance of the AgendaAppointmentViewModel class with specified settings.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public AgendaAppointmentViewModel(
        AgendaView view,
        AppointmentItem appointment,
        AppointmentLabelItem label,
        DateTimeRange visibleInterval
    )

    Parameters

    Name Type
    view AgendaView
    appointment AppointmentItem
    label AppointmentLabelItem
    visibleInterval DateTimeRange
    See Also