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

IThreadSafeGroup.Hierarhcy Property

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

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
string Hierarhcy { get; }

Property Value

Type Description
String

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