Skip to main content
All docs
V23.2

OutlookCalendarItem.EnableSynchronization Property

Gets or sets whether to enable synchronization.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

public bool EnableSynchronization { get; set; }

Property Value

Type Description
Boolean

true to enable synchronization; otherwise, false.

See Also