PivotGridField.GroupName Property
Gets or sets the group name of the current field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String value that is a group name. |
Remarks
If the property value is empty, it means that the field doesn’t belong to any group.
To learn more about field groups, see Field Groups.
See Also