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.v25.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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 | Return Value |
|---|---|---|
| True | The value is true. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to RetrieveNestedFields |
|---|---|
| PivotGridControl |
|
See Also