PivotGridOptionsDataField.DataFieldVisible Property
In This Article
Gets or sets whether data field headers are visible.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to display data field headers as column headers; false to hide data field headers. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Data |
---|---|---|
Win |
Pivot |
|
.NET Reporting Tools | XRPivot |
|
#Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Use the PivotGridOptionsDataField.Area property instead.
See Also