Skip to main content
All docs
V26.1
  • DXOutlook365Sync(ISchedulerStorageBase) Constructor

    Initializes a new instance of the DXOutlook365Sync class with the specified Scheduler Storage component.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

    Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll

    Declaration

    public DXOutlook365Sync(
        ISchedulerStorageBase storage
    )

    Parameters

    Name Type Description
    storage ISchedulerStorageBase

    An object that implements the ISchedulerStorage interface. This value is assigned to the Storage property.

    See Also