Skip to main content
A newer version of this page is available. .
Tag

PivotGridFieldBase.Hierarchy Property

Gets the hierarchy to which the dimension level represented by the current field belongs.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

[Browsable(false)]
public string Hierarchy { get; }

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