Skip to main content
Row

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool DifferentOddEven { get; set; }

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
.HeaderFooterOptions .DifferentOddEven
Worksheet
.HeaderFooterOptions .DifferentOddEven

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