Back to Devexpress

PivotGridControl.FieldsSource Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-ce288452.md

latest1.3 KB
Original Source

PivotGridControl.FieldsSource Property

Gets or sets the source from which the Pivot Grid generates fields. 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 FieldsSource { get; set; }
vb
Public Property FieldsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

The source from which the Pivot Grid generates fields.

|

Remarks

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

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace