DXOutlook365Sync(ISchedulerStorageBase) Constructor
Initializes a new instance of the DXOutlook365Sync class with the specified Scheduler Storage component.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.2.Microsoft365Calendar.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
storage | ISchedulerStorageBase | An object that implements the ISchedulerStorage interface. This value is assigned to the Storage property. |
See Also