Skip to main content
A newer version of this page is available. .

PivotGridOptionsData.RetrieveNestedFields Property

Gets or sets whether to add nested fields when retrieving fields from the bound data source.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RetrieveNestedFields { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean value that specifies whether to add nested fields when retrieving fields from the bound data source.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RetrieveNestedFields
WinForms Controls PivotGridControl
.OptionsData .RetrieveNestedFields
Reporting XRPivotGrid
.OptionsData .RetrieveNestedFields
ASP.NET MVC Extensions MVCxPivotGrid
.OptionsData .RetrieveNestedFields
PivotGridSettings
.OptionsData .RetrieveNestedFields
ASP.NET Web Forms Controls ASPxPivotGrid
.OptionsData .RetrieveNestedFields
See Also