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

ASPxGridListEditor Methods

Represents the List Editor used by default in XAF ASP.NET Web applications to display List Views in a UI.
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 ASPxGridListEditor‘s selection.
BreakLinksToControls() Removes references to the ASPxGridListEditor‘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 ASPxGridListEditor.
EndUpdateSelection() Ends updating the ASPxGridListEditor‘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 ASPxGridListEditor.Grid control.
GetDetailFramesInfo()
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIndexByObject(Object) Returns the index of an object that represents a ASPxGridListEditor.Grid‘s row.
GetObject(Control) This method is intended for internal use.
GetObjectByIndex(Int32) Returns an object that represents the ASPxGridListEditor.Grid‘s row with the specified index.
GetOrderedObjects() Returns an ordered list of objects that represent the ASPxGridListEditor.Grid‘s rows.
GetSelectedObjects()
GetTestableControls() For internal use only.
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 ASPxGridListEditor.
ProcessCallbackComplete() Re-binds the ASPxGridListEditor‘s control to its data source after a callback has been completed.
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 ASPxGridListEditor‘s control.
RemoveColumn(ColumnWrapper) Removes a particular column from the ASPxGridListEditor.
RemoveColumn(GridViewDataColumn) Removes a particular column from the ASPxGridListEditor.
SaveModel() Saves the runtime customizations made by a user within the grid control to the Application Model differences.
SetControlSelectedObjects(IList<Object>) Changes the selection in the ASPxGridListEditor.Grid 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 ASPxGridListEditor.
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 ASPxGridListEditor.
UnselectRowByKey(Object) Unselects a specified object in the ASPxGridListEditor.
See Also