Back to Devexpress

PivotGridControl.GroupsSource Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-7cb05bcc.md

latest1.3 KB
Original Source

PivotGridControl.GroupsSource Property

Gets or sets the source from which the Pivot Grid generates field groups. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public IEnumerable GroupsSource { get; set; }
vb
Public Property GroupsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

The source from which the Pivot Grid generates field groups.

|

Remarks

To learn more, see Binding to a Collection of Groups.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace