SchedulerAppointmentFormInfo.DataStorage Property
In This Article
Specifies the Scheduler’s data source.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public DxSchedulerDataStorage DataStorage { get; }
#Property Value
Type | Description |
---|---|
Dx |
The Scheduler’s data source. |
#Remarks
Refer to the SchedulerAppointmentFormInfo class description for more information and an example.
See Also