WorksheetHeaderFooterOptions.DifferentOddEven Property
Gets or sets whether headers and footers on odd pages should be different from those on even pages.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to specify different headers and footers for odd and even pages; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to DifferentOddEven |
|---|---|
| ChartSheet |
|
| Worksheet |
|
Remarks
If the DifferentOddEven property is false, all pages have the same headers or footers as the WorksheetHeaderFooterOptions.OddHeader and WorksheetHeaderFooterOptions.OddFooter properties specify.
See Also