Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.2.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