Skip to main content
All docs
V23.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.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

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