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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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 |
---|---|