Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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 Forms XAF applications.

#Implements

See Also