Section.HasHeader(HeaderFooterType) Method
Gets whether a section has a header of the specified type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | HeaderFooterType | A HeaderFooterType enumeration value specifying the header type. |
Returns
Type | Description |
---|---|
Boolean | true, if the section has a header of the specified type; otherwise, false. |
Remarks
When a new header is created using the Section.BeginUpdateHeader method without arguments, it is the header of the HeaderFooterType.Primary type which is the same for all pages, unless the Section.DifferentFirstPage or the Document.DifferentOddAndEvenPages properties are set to true. So in this situation, you can use the HasHeader method to check for the HeaderFooterType.Primary header type.
Example
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the HasHeader(HeaderFooterType) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.