# Standalone Customization Control | WPF Controls | DevExpress Documentation

You can override default behavior when the Field List is displayed in a separate window invoked by end-users or in code. The **DXPivotGrid Suite** provides standalone FieldListControls that replicate Field List functionality and can be located separately.

To create a FieldListControl and bind it to a Pivot Grid, follow these steps:

- create a [PivotFieldListControl](/WPF/DevExpress.Xpf.PivotGrid.PivotFieldListControl) (for a simple Field List) or a [PivotExcelFieldListControl](/WPF/DevExpress.Xpf.PivotGrid.PivotExcelFieldListControl) (for an Excel-style Field List) class instance;
- assign the [PivotGridControl](/WPF/DevExpress.Xpf.PivotGrid.PivotGridControl) instance to the FieldListControl’s [ColumnChooserControlBase.Owner](/WPF/DevExpress.Xpf.Core.ColumnChooserControlBase.Owner) property.

![pivotgrid_StandaloneFieldList](/WPF/images/pivotgrid_standalonefieldlist13342.png)

Standalone customization controls allow you to create standalone Field Header Areas. To learn more, see [Standalone Field Header Areas](/WPF/11755/controls-and-libraries/pivot-grid/layout/standalone-field-header-areas).

See Also

[Standalone Field Header Areas](/WPF/11755/controls-and-libraries/pivot-grid/layout/standalone-field-header-areas)