ChartListEditorBase Class
An abstract class that serves as the base class for the Charting List Editors.
Namespace: DevExpress.ExpressApp.Chart
Assembly: DevExpress.ExpressApp.Chart.v25.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 display and manage serial data in an efficient manner. ChartListEditorBase is the abstract base class from which the built-in WinForms-specific ChartListEditor derives.
Inheritance
Object
ListEditor
ChartListEditorBase
See Also