SchedulerAppointmentFormInfo(DxSchedulerAppointmentItem, DxSchedulerDataStorage) Constructor
OBSOLETE
This constructor is obsolete now. Use the constructor with 3 parameters instead.
Initializes a new instance of the SchedulerAppointmentFormInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Obsolete("This constructor is obsolete now. Use the constructor with 3 parameters instead.")]
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