Skip to main content

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.v23.2.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.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to RetrieveNestedFields
PivotGridControl
.OptionsData .RetrieveNestedFields
See Also