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.1.dll
NuGet Package: DevExpress.ExpressApp.Chart
Declaration
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. |
Inheritance
See Also