Skip to main content
All docs
V25.1
  • SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage, DxScheduler) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public SchedulerAppointmentFormInfo(
        DxSchedulerAppointmentItem apt,
        DxSchedulerDataStorage dataStorage,
        DxScheduler scheduler
    )

    Parameters

    Name Type Description
    apt DxSchedulerAppointmentItem

    The appointment for which the edit form is shown.

    dataStorage DxSchedulerDataStorage

    The data source.

    scheduler DxScheduler

    The Scheduler object.

    See Also