ASPxPivotGridListEditor Class
Represents the pivot grid List Editor used in the XAF ASP.NET Web Forms applications.
Namespace: DevExpress.ExpressApp.PivotGrid.Web
Assembly: DevExpress.ExpressApp.PivotGrid.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.PivotGrid.Web
Declaration
public class ASPxPivotGridListEditor :
PivotGridListEditorBase,
IExportable,
ISupportPager,
ISupportFilter,
ISupportModelSaving
Remarks
List Editors are used by List Views to display object collections in a UI. The ASPxPivotGridListEditor is implemented in the Pivot Grid Module, and displays data in the form of a pivot table that can be accompanied by a chart:
To display object collections, the ASPxPivotGridListEditor uses instances of the ASPxPivotGrid and WebChartControl classes.
To configure the ASPxPivotGridListEditor, invoke the Model Editor, navigate to the required List View’s PivotSettings node and click the ellipsis button () of the Settings property. This will invoke the Pivot Grid Property Editor.
Note
- Do not create pivot columns with duplicate or empty FieldName values. In this case, the pivot layout will be loaded incorrectly.
- By default, columns deleted in the last Application Model layer, but that exist in previous layers, are retained. To change this behavior, use the IPivotSettings.AddNewColumns property.
To learn about the Pivot Grid Property Editor capabilities in detail, refer to the PivotGrid Designer help topic.
To hide and show the accompanying chart, use the Show Chart Action available on the View toolbar.
To configure the chart when it is displayed, use the Chart Options item in the context menu invoked for the pivot table header region.
Pivot table totals can be configured via the Application Model‘s IModelPivotSettings node. You can do this, for example, via the Model Editor.
The ASPxPivotGridListEditor implements the IExportable interface - can be exported via the ExportController:
For additional information on the ASPxPivotGridListEditor and an overview of the PivotGrid module, refer to the Pivot Grid Module topic.
Note
ASPxPivotGridListEditor does not support Server, ServerView, InstantFeedback, and InstantFeedbackView mode (CollectionSourceBase.DataAccessMode).