Back to Devexpress

NoteRestartType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-a6f88497.md

latest1.6 KB
Original Source

NoteRestartType Enum

Lists conditions for the notes numbering to reset to the start value.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum NoteRestartType
vb
Public Enum NoteRestartType

Members

NameDescription
Continuous

The note reference numbering continues from the previous section, if any.

| | NewPage |

The note reference numbering restarts on a new page.

| | NewSection |

The note reference numbering restarts on a new section.

|

The following properties accept/return NoteRestartType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace