Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    ISchedulerStorageService.CreateSchedulerDataStorage(ITypeInfo) Method

    Creates a DxSchedulerDataStorage object.

    Namespace: DevExpress.ExpressApp.Scheduler.Blazor

    Assembly: DevExpress.ExpressApp.Scheduler.Blazor.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Scheduler.Blazor

    Declaration

    DxSchedulerDataStorage CreateSchedulerDataStorage(
        ITypeInfo typeInfo
    )

    Parameters

    Name Type Description
    typeInfo ITypeInfo

    An ITypeInfo object that supplies metadata on the type of the business class that implements IEvent.

    Returns

    Type Description
    DxSchedulerDataStorage

    A DxSchedulerDataStorage object.

    See Also