Skip to main content
All docs
V24.2

DXOutlook365Sync.Storage Property

Gets or sets a storage whose appointments should be synchronized with Outlook 365 calendars.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v24.2.Microsoft365Calendar.dll

Declaration

[DXCategory("Data")]
public ISchedulerStorageBase Storage { get; set; }

Property Value

Type Description
ISchedulerStorageBase

An object that implements the ISchedulerStorage interface. Accepts the SchedulerStorage and SchedulerDataStorage storages.

See Also