PivotGridFieldBase.Hierarchy Property
Gets the hierarchy to which the dimension level represented by the current field belongs.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A String that represents the hierarchy to which the dimension level represented by the current field, belongs. |
Remarks
The Hierarchy property is in effect in the OLAP mode only. If the PivotGridControl is not bound to an OLAP data source, or the current field represents a measure, the Hierarchy property returns an empty string.
See Also