HeaderFooterType Enum
Lists the header (footer) types.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
First | A header/footer displayed on the first page of the section. |
Odd | A header/footer displayed on odd pages of the section. |
Even | A header/footer displayed on even pages of the section. |
#Remarks
The header (or footer) can be different for odd pages, even pages or the first page. To switch display modes, use the ToggleDifferentFirstPageCommand and ToggleDifferentOddAndEvenPagesCommand commands. To enter header (footer) editing mode, use the EditPageHeaderCommand or the EditPageFooterCommand commands. You can also use the Section.BeginUpdateHeader - Section.EndUpdateHeader or the Section.BeginUpdateFooter - Section.EndUpdateFooter method pairs, to create and modify the header/footer programmatically.