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

ChartListEditorBase Properties

An abstract class that serves as the base class for the Charting List Editors.
Name Description
AllowEdit Indicates whether the data bound to the current List Editor can be edited via the List Editor’s control. Inherited from ListEditor.
ChartControl Provides access to the ChartListEditorBase‘s control.
ChartControlContainer For internal use.
ContextMenuTemplate Provides access to the ChartListEditorBase‘s Context Menu Template.
Control Provides access to the control that is used by the current List Editor to represent a List View in a UI. Inherited from ListEditor.
DataSource Specifies a List Editor‘s data source. Inherited from ListEditor.
ErrorMessages Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor.
FocusedObject Gets or sets the focused object in a List Editor. Inherited from ListEditor.
IsDisposed Indicates whether a List Editor has been disposed of. Inherited from ListEditor.
List This property is intended for internal use. Inherited from ListEditor.
Model Provides access to the Application Model node that defines the List View represented by the current List Editors. Inherited from ListEditor.
Name Specifies a List Editor‘s name. Inherited from ListEditor.
ProtectedContentText Specifies the text that is used by a List Editor to display a property which is prohibited for viewing by the current user. Inherited from ListEditor.
RequiredProperties Returns an array of descriptors for the properties considered bindable by the List Editor‘s Collection Source. Inherited from ListEditor.
SelectionType Returns the selection type supported by the ChartListEditorBase.
See Also