Skip to main content
Tag

PivotGridField.GroupName Property

Gets or sets the group name of the current field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.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