Skip to main content
All docs
V25.1
  • TrackedMovesConflictEventArgs.Revision Property

    Provides access to the revision whose rejection fired the event.

    Namespace: DevExpress.XtraRichEdit

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public Revision Revision { get; }

    Property Value

    Type Description
    Revision

    A target revision.

    See Also