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.v23.2.Core.dll

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

Declaration

public bool PreserveOriginalNumbering { get; set; }

Property Value

Type Description
Boolean

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

See Also