Back to Devexpress

PivotViewOptions.ShowFieldHeaders Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotviewoptions-614e899f.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool ShowFieldHeaders { get; set; }
vb
Property ShowFieldHeaders As Boolean

Property Value

TypeDescription
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 TypePath 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

| | --- | --- | |

|

|

See Also

PivotViewOptions Interface

PivotViewOptions Members

DevExpress.Spreadsheet Namespace