Back to Devexpress

PivotGridFieldBase.Hierarchy Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-e4d4b4f5.md

latest1.6 KB
Original Source

PivotGridFieldBase.Hierarchy Property

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public string Hierarchy { get; }
vb
<Browsable(False)>
Public ReadOnly Property Hierarchy As String

Property Value

TypeDescription
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

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace