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

Product Class Structure

The following table lists classes that represent the main elements in the DXPivotGrid Suite for WPF.

Class Description
PivotGridControl PivotGridControl that presents data from an underlying data source in a cross-tabulated form.
PivotGridField A field within PivotGridControl that supplies the control with data. This data can be retrieved from a specific field in PivotGrid’s underlying data source, as well as calculated manually.
PivotGridGroup An individual group of fields that cannot be separated by end-users.
PivotFieldListControl A standalone control that can be bound to PivotGridControl to substitute for its Customization Form. PivotFieldListControl mimics a simple-style Customization Form.
PivotExcelFieldListControl A standalone control that can be bound to PivotGridControl to substitute for its Customization Form. PivotExcelFieldListControl mimics an Excel-style Customization Form.
PivotGridCommands Provides access to pivot grid commands.