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

ChartListEditorBase Class

An abstract class that serves as the base class for the Charting List Editors.

Namespace: DevExpress.ExpressApp.Chart

Assembly: DevExpress.ExpressApp.Chart.v24.2.dll

#Declaration

public abstract class ChartListEditorBase :
    ListEditor,
    IControlOrderProvider,
    IOrderProvider

#Remarks

List Editors are used by List Views to display object collections in a UI. Charting List Editors are designed to present and manage serial data in an efficient manner. The ChartListEditorBase is the abstract base class from which all the built-in Charting List Editors derive. The following table lists them.

Name Description
ChartListEditor Used in Windows Forms XAF applications.
ASPxChartListEditor Used in ASP.NET Web Forms XAF applications.
See Also