Standalone Customization Control
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 (for a simple Field List) or a PivotExcelFieldListControl (for an Excel-style Field List) 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