PivotGridListEditorBase Class
In This Article
An abstract class that serves as the base class for the Pivot Grid List Editors.
Namespace: DevExpress.ExpressApp.PivotGrid
Assembly: DevExpress.ExpressApp.PivotGrid.v24.2.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid
#Declaration
public abstract class PivotGridListEditorBase :
ListEditor,
IComplexListEditor,
IControlOrderProvider,
IOrderProvider,
ISupportToolTip
#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 |
---|---|
Pivot |
Used in Windows Forms XAF applications. |
ASPx |
Used in ASP. |
#Implements
#Inheritance
See Also