Skip to main content

TextFragmentOptions.PreserveOriginalNumbering Property

Specifies whether to maintain the original list numbering in an acquired document range.

Namespace: DevExpress.XtraRichEdit.API.Native.Implementation

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool PreserveOriginalNumbering { get; set; }

Property Value

Type Description
Boolean

true to preserve the original numbering; false to reset numbering.

See Also