Back to Devexpress

ReadOnlyFootnoteOptions.RestartType Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-readonlyfootnoteoptions-7ded39ac.md

latest1.9 KB
Original Source

ReadOnlyFootnoteOptions.RestartType Property

Returns 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; }
vb
ReadOnly Property RestartType As NoteRestartType

Property Value

TypeDescription
NoteRestartType

An enumeration value indicating the condition to reset to the start value.

|

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
ReadOnlySectionsProperties

.FootnoteOptions .RestartType

|

See Also

ReadOnlyFootnoteOptions Interface

ReadOnlyFootnoteOptions Members

DevExpress.XtraRichEdit.API.Native Namespace