PivotGridOptionsDataField.DataFieldsLocationArea Property
Gets or sets the area in which the data field headers are displayed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public PivotDataArea DataFieldsLocationArea { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
Available values:
Name | Description |
---|---|
None | The data field headers are displayed as column headers. The data header is hidden. |
Column |
The data field headers are displayed as column headers. The data header is displayed within the column header area. |
Row |
The data field headers are displayed as row headers. The data header is displayed within the row header area. |
#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.