Section.HasHeader(HeaderFooterType) Method
Gets whether a section has a header of the specified type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
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.
Examples
See Also
Feedback