Skip to main content

PivotGridGroup.Hierarchy Property

Gets or sets the name of the hierarchy to which the current field group belongs. For internal use.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

Type Description
String

A String that specifies the name of the hierarchy to which the current field group belongs.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also