Skip to main content
All docs
V26.1
  • SchedulerAppointmentFormEventArgs(SchedulerAppointmentFormType, SchedulerAppointmentFormInfo, DxSchedulerAppointmentItem, String) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public SchedulerAppointmentFormEventArgs(
        SchedulerAppointmentFormType formType,
        SchedulerAppointmentFormInfo formInfo,
        DxSchedulerAppointmentItem appointment,
        string title
    )

    Parameters

    Name Type Description
    formType SchedulerAppointmentFormType

    The appointment form type.

    formInfo SchedulerAppointmentFormInfo

    The appointment form information.

    appointment DxSchedulerAppointmentItem

    The target appointment.

    title String

    The title.

    See Also