Skip to main content
All docs
V23.2

Outlook365CalendarMergeEventArgs.Handled Property

Gets or sets a value that specifies whether a merge operation was handled and no default processing is required.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if a merge operation was handled and no default processing is required; otherwise, false.

See Also