Skip to main content
Row

PivotViewOptions.ShowFieldHeaders Property

Gets or sets a value indicating whether to display the row and column field captions and filter drop-down arrows in a pivot table.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool ShowFieldHeaders { get; set; }

Property Value

Type Description
Boolean

true, to display the row and column field captions along with the filter drop-down arrows; otherwise, false.

The default value is true.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowFieldHeaders
PivotTable
.View .ShowFieldHeaders

Remarks

Set the ShowFieldHeaders property to false to suppress the display of row and column field headers in a PivotTable report.

The following images illustrate how the ShowFieldHeaders property works.

ShowFieldHeaders = true

(the default value)

ShowFieldHeaders = false

SpreadsheetPivotTable_ShowFieldHaders

SpreadsheetPivotTable_HideFieldHaders

See Also