Skip to main content
A newer version of this page is available. .

PivotExcelFieldListControl() Constructor

Initializes a new instance of the PivotExcelFieldListControl class.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotExcelFieldListControl()

Remarks

After the PivotExcelFieldListControl is created, you should specify a PivotGridControl that will own the Field List. To do this, assign the desired PivotGridControl instance to the ColumnChooserControlBase.Owner property.

See Also