Skip to main content

Section.Page Property

Provides access to an object used to specify or retrieve the section's page settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

SectionPage Page { get; }

#Property Value

Type Description
SectionPage

An object exposing the SectionPage interface used to control the section's page settings.

See Also