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

ChartListEditorBase Class

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

Namespace: DevExpress.ExpressApp.Chart

Assembly: DevExpress.ExpressApp.Chart.v19.1.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 XAF applications.
See Also