Skip to main content

PivotGridGroup.Hierarchy Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

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

#Property Value

Type Default Description
String null

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

#Remarks

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

See Also