Standalone Customization Control
You can override default behavior when the Customization Form is displayed in a separate window invoked by end-users or in code. The DXPivotGrid Suite provides standalone FieldListControls that replicate Customization Form functionality and can be located separately.
To create a FieldListControl and bind it to a Pivot Grid, follow these steps:
- create a PivotFieldListControl (for a simple Customization Form) or a PivotExcelFieldListControl (for an Excel-style Customization Form) class instance;
- assign the PivotGridControl instance to the FieldListControl's ColumnChooserControlBase.Owner property.
Standalone customization controls allow you to create standalone Field Header Areas. To learn more, see Standalone Field Header Areas.
See Also