Skip to main content

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 Field List. PivotFieldListControl mimics a simple-style Field List.
PivotExcelFieldListControl A standalone control that can be bound to PivotGridControl to substitute for its Field List. PivotExcelFieldListControl mimics an Excel-style Field List.
PivotGridCommands Provides access to pivot grid commands.