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

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool DifferentFirstPage { get; }

Property Value

Type Description
Boolean

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

See Also