Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ASPxTreeListEditor Methods

Represents an ASP.NET Web Forms List Editor that displays data in the form of a tree-like structure.
Name Description
AddColumn(IModelColumn) Adds a column to the ColumnsListEditor, using information from the specified Application Model‘s node. Inherited from ColumnsListEditor.
ApplyModel() Updates the current List Editor’s state in accordance with the information stored in the Application Model.
BeginUpdateSelection() Begins updating the ASPxTreeListEditor‘s selection.
BreakLinksToControls() Removes references to the ASPxTreeListEditor‘s control and its event handlers.
ClearTemporarySelectedObject() This method is intended for internal use. Inherited from ComplexWebListEditor.
CreateControls() Creates the current List Editor‘s control that represents a List View in a UI. Inherited from ListEditor.
Dispose() Releases all resources used by the ASPxTreeListEditor.
EndUpdateSelection() Ends updating the ASPxTreeListEditor‘s selection.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindColumn(String) Provides access to the ColumnsListEditor‘s column with the specified identifier. Inherited from ColumnsListEditor.
FindPropertyEditor(IModelMemberViewItem, ViewEditMode) Provides access to the ComplexWebListEditor‘s Property Editor, corresponding to the specified Application Model‘s node. Inherited from ComplexWebListEditor.
FindPropertyEditor(String, ViewEditMode) Provides access to the ComplexWebListEditor‘s Property Editor, representing a particular property. Inherited from ComplexWebListEditor.
GetContainerId(Control, String) This method is intended for internal use.
GetControlSelectedObjects() Returns a list of objects selected in the ASPxTreeListEditor.TreeList control.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetObject(Control) This method is intended for internal use.
GetSelectedObjects() Provides access to the collection of objects that are currently selected in the ComplexWebListEditor‘s control. Inherited from ComplexWebListEditor.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleColumns() Returns the list of ColumnsListEditor‘s visible columns. Inherited from ColumnsListEditor.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnExporting() Performs the required pre-export actions under the ASPxTreeListEditor.
ProcessCallbackComplete() Updates the ComplexWebListEditor after a callback has been completed. Inherited from ComplexWebListEditor.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Refreshes the bound data source of the ASPxTreeListEditor‘s control.
RemoveColumn(ColumnWrapper) Removes a particular column from the ASPxTreeListEditor‘s ASPxTreeListEditor.TreeList.
SaveModel() Writes information on a List Editor‘s control to the Application Model.
SetControlSelectedObjects(IList<Object>) Changes the selection in the ASPxTreeListEditor.TreeList control.
SetTemporarySelectedObject(Object) This method is intended for internal use. Inherited from ComplexWebListEditor.
SetTemporarySelectedObjects(IList<Object>) Inherited from ComplexWebListEditor.
Setup(CollectionSourceBase, XafApplication) Performs additional initialization of the ComplexWebListEditor. Inherited from ComplexWebListEditor.
StartIncrementalSearch(String) Starts an incremental search for the specified string. Inherited from ListEditor.
SupportsDataAccessMode(CollectionSourceDataAccessMode) Determines whether or not the given data access mode is supported by the ListEditor. Inherited from ListEditor.
ToString() Returns a string that represents the current object. Inherited from Object.
UnselectAll() Unselects all objects in the ASPxTreeListEditor.
UnselectRowByKey(Object) Unselects a specified object in the ASPxTreeListEditor.
See Also