Skip to main content
A newer version of this page is available. .

SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerAppointmentFormInfo(
    DxSchedulerAppointmentItem apt,
    DxSchedulerDataStorage dataStorage
)

Parameters

Name Type Description
apt DxSchedulerAppointmentItem

The appointment for which the edit form is shown.

dataStorage DxSchedulerDataStorage

The data source.

See Also