Skip to main content

TrackedMovesConflictResolveMode Enum

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public enum TrackedMovesConflictResolveMode

Members

Name Description
KeepOriginalLocationText

Keep text from the original location.

KeepNewLocationText

Keep text from the new location.

Related API Members

The following properties accept/return TrackedMovesConflictResolveMode values:

Remarks

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

See Also