Back to Devexpress

PivotGridOptionsDataField.DataFieldVisible Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsdatafield-674f31a7.md

latest2.2 KB
Original Source

PivotGridOptionsDataField.DataFieldVisible Property

Gets or sets whether data field headers are visible.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool DataFieldVisible { get; set; }
vb
<Browsable(False)>
Public Property DataFieldVisible As Boolean

Property Value

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

LibraryObject TypePath to DataFieldVisible
WinForms ControlsPivotGridControl

.OptionsDataField .DataFieldVisible

| | .NET Reporting Tools | XRPivotGrid |

.OptionsDataField .DataFieldVisible

|

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

Area

PivotGridOptionsDataField Class

PivotGridOptionsDataField Members

DevExpress.XtraPivotGrid Namespace