Skip to main content

SchedulerAppointmentFormInfo.DataStorage Property

Specifies the Scheduler’s data source.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDataStorage DataStorage { get; }

Property Value

Type Description
DxSchedulerDataStorage

The Scheduler’s data source.

Remarks

Refer to the SchedulerAppointmentFormInfo class description for more information and an example.

See Also