Skip to main content
All docs
V24.2

Outlook365CalendarMergeEventArgs.IsMergeConflict Property

Gets a value that indicates whether a merge conflict was detected.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

Declaration

public bool IsMergeConflict { get; }

Property Value

Type Description
Boolean

true if a merge conflict was detected; otherwise, false.

See Also