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

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.v19.1.dll

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
PivotGridListEditor Used in Windows Forms XAF applications.
ASPxPivotGridListEditor Used in ASP.NET Web XAF applications.

Implements

See Also