Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Section.PageNumbering Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

SectionPageNumbering PageNumbering { get; }

Property Value

Type Description
SectionPageNumbering

A SectionPageNumbering instance containing page numbering options.

See Also