PivotGridListEditorBase Class
An abstract class that serves as the base class for the Pivot Grid List Editors.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid
Declaration
Remarks
List Editors are used by List Views to display object collections in a UI. Pivot Grid List Editors provide the capability to analyze data via pivot tables in an efficient manner. The PivotGridListEditorBase is the abstract base class from which all the built-in Pivot Grid List Editors derive. The following table lists them.
Name | Description |
---|---|
PivotGridListEditor | Used in Windows Forms XAF applications. |
ASPxPivotGridListEditor | Used in ASP.NET Web Forms XAF applications. |
Implements
Inheritance
See Also