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.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

ChartListEditorBase Class

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

Namespace: DevExpress.ExpressApp.Chart

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

NuGet Package: DevExpress.ExpressApp.Chart

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