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.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
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:
Library | Object Type | Path to RetrieveNestedFields |
---|---|---|
WinForms Controls | PivotGridControl |
|
Reporting | XRPivotGrid |
|
ASP.NET MVC Extensions | MVCxPivotGrid |
|
PivotGridSettings |
|
|
ASP.NET Web Forms Controls | ASPxPivotGrid |
|