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

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.v19.1.Core.dll

Declaration

public bool PreserveOriginalNumbering { get; set; }

Property Value

Type Description
Boolean

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

See Also