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

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
[TypeConverter(typeof(DefaultBooleanConverter))]
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
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsData.RetrieveNestedFields
MVCxPivotGrid
.OptionsData.RetrieveNestedFields
PivotGridSettings
.OptionsData.RetrieveNestedFields
Reporting XRPivotGrid
.OptionsData.RetrieveNestedFields
See Also