Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridField.GroupName Property

Gets or sets the group name of the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public string GroupName { get; set; }

#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