Skip to main content

Section.PageNumbering Property

Provides access to an object specifying page numbering options for the current section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

SectionPageNumbering PageNumbering { get; }

Property Value

Type Description
SectionPageNumbering

A SectionPageNumbering instance containing page numbering options.

See Also