Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TrackedMovesConflictResolveMode Enum

Lists values used to indicate what version of the moved text to keep.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v22.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum TrackedMovesConflictResolveMode

Members

Name Description
KeepOriginalLocationText

Keep text from the original location.

KeepNewLocationText

Keep text from the new location.

Remarks

The TrackedMovesConflictEventArgs.ResolveMode property uses values listed in this enumeration.

See Also