Back to Devexpress

Product Class Structure

wpf-7882-controls-and-libraries-pivot-grid-fundamentals-product-class-structure.md

latest1.4 KB
Original Source

Product Class Structure

  • Apr 15, 2020

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

ClassDescription
PivotGridControlPivotGridControl that presents data from an underlying data source in a cross-tabulated form.
PivotGridFieldA 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.
PivotGridGroupAn individual group of fields that cannot be separated by end-users.
PivotFieldListControlA standalone control that can be bound to PivotGridControl to substitute for its Field List. PivotFieldListControl mimics a simple-style Field List.
PivotExcelFieldListControlA standalone control that can be bound to PivotGridControl to substitute for its Field List. PivotExcelFieldListControl mimics an Excel-style Field List.
PivotGridCommandsProvides access to pivot grid commands.