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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[PivotAPIMemberCategory(APICategory.RelationalSource)]
[TypeConverter(typeof(DefaultBooleanConverter))]
[XtraSerializableProperty]
public DefaultBoolean RetrieveNestedFields { get; set; }
Property Value
Type | Description |
---|---|
DefaultBoolean | 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