Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LineNumberingRestart Enum

Lists conditions for the line numbering to revert to the start value.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[ComVisible(true)]
public enum LineNumberingRestart

#Members

Name Description
NewPage

Specifies that line numbering for the current section shall revert to the start value on a new page.

NewSection

Specifies that line numbering for the current section shall revert to the start value when a new section begins.

Continuous

Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any.

#Related API Members

The following properties accept/return LineNumberingRestart values:

#Remarks

The LineNumberingRestart enumeration value can be specified by the SectionLineNumbering.RestartType property, available via the Section.LineNumbering property of the Section. Line numbering starts (and restarts) with the value specified via the SectionLineNumbering.Start property.

See Also