Back to Devexpress

DXOutlook365Sync.Storage Property

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-dot-dxoutlook365sync-214b826c.md

latest1.9 KB
Original Source

DXOutlook365Sync.Storage Property

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

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

csharp
[DXCategory("Data")]
public ISchedulerStorageBase Storage { get; set; }
vb
<DXCategory("Data")>
Public Property Storage As ISchedulerStorageBase

Property Value

TypeDescription
ISchedulerStorageBase

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

|

See Also

DataStorage

Synchronization with Microsoft 365 Calendars

DXOutlook365Sync Class

DXOutlook365Sync Members

DevExpress.XtraScheduler.Microsoft365Calendar Namespace