Back to Devexpress

PivotGridField.GroupName Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-3907f7a4.md

latest1.3 KB
Original Source

PivotGridField.GroupName Property

Gets or sets the group name of the current field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public string GroupName { get; set; }
vb
Public Property GroupName As String

Property Value

TypeDescription
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

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace