Skip to main content

ReadOnlySectionsProperties.DifferentFirstPage Property

Gets whether the header and footer areas of the first page can be different from other pages in the section.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

bool DifferentFirstPage { get; }

Property Value

Type Description
Boolean

true, if different settings for the first page are enabled; otherwise, false.

See Also