Back to Devexpress

EndnoteOptions.RestartType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-endnoteoptions-6546a9a6.md

latest2.3 KB
Original Source

EndnoteOptions.RestartType Property

Gets or sets when the reference numbering should be reset.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
NoteRestartType RestartType { get; set; }
vb
Property RestartType As NoteRestartType

Property Value

TypeDescription
NoteRestartType

One of the enumeration members indicating the restart type. The default values is NoteRestartType.Continuous.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RestartType
Section

.EndnoteOptions .RestartType

|

Remarks

If the RestartType property is set to NoteRestartType.NewSection or NoteRestartType.NewPage, the EndnoteOptions.StartNumber property value is ignored.

See Also

EndnoteOptions Interface

EndnoteOptions Members

DevExpress.XtraRichEdit.API.Native Namespace