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

PivotFieldListControl() Constructor

Initializes a new instance of the PivotFieldListControl class.

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public PivotFieldListControl()

Remarks

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

See Also