GridControlBase Methods
Serves as the base class for data-aware controls (e.g., GridControl).
Name | Description |
---|---|
Begin |
Prevents visual and internal data updates until the Data |
Begin |
Starts the control’s runtime initialization.
Inherited from Data |
Begin |
Prevents selection updates until the Data |
Clear |
Removes the filter condition applied to the specified column.
Inherited from Data |
Clear |
Removes the filter condition applied to the specified column.
Inherited from Data |
Clear |
Clears the sorting applied to the grid.
Inherited from Data |
Collapse |
Collapses all group rows.
Inherited from Data |
Commit |
Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
Inherited from Data |
Delete |
Deletes the specified data row. |
End |
Enables visual and internal data updates after the Data |
End |
Ends the runtime initialization.
Inherited from Data |
End |
Enables selection updates after calling the Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
Expands all group rows.
Inherited from Data |
Get |
Returns the specified cell’s UI element.
Inherited from Data |
Get |
Returns a cell that contains the specified tree element.
Inherited from Data |
Get |
Returns the value of the specified data cell.
Inherited from Data |
Get |
Returns a column whose cell contains the specified tree element.
Inherited from Data |
Get |
Returns a filter applied to the specified column.
Inherited from Data |
Get |
Returns a filter applied to the specified column.
Inherited from Data |
Get |
Returns a filter expression applied to the specified column.
Inherited from Data |
Get |
Returns a filter expression applied to the specified column.
Inherited from Data |
Get |
Gets the value of the Data |
Get |
Gets the value of the Data |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a UI element that is the specified row.
Inherited from Data |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Data |
Get |
Returns the selected data cells.
Inherited from Data |
Get |
Returns the value of the specified total summary item.
Inherited from Data |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Closes the active editor, discarding all the changes made.
Inherited from Data |
Is |
Indicates whether the specified cell is selected.
Inherited from Data |
Is |
Indicates whether the specified index corresponds to a group row. For internal use only. |
Is |
Indicates whether the specified item is selected.
Inherited from Data |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Merge |
Combines the specified filter with the grid’s current filter with the AND operator.
Inherited from Data |
Merge |
Combines the specified filter with the grid’s current filter with the AND operator.
Inherited from Data |
Move |
Moves the specified column to the specified position.
Inherited from Data |
Move |
Moves focus to the first visible row within a grid.
Inherited from Data |
Move |
Moves focus to the last visible row within a grid.
Inherited from Data |
Move |
Moves focus forward to the bottom row displayed onscreen within a grid.
Inherited from Data |
Move |
Moves focus to the row following the one currently focused.
Inherited from Data |
Move |
Moves focus backward to the top row displayed onscreen within a grid.
Inherited from Data |
Move |
Inherited from Data |
Move |
Selects the specified item.
Inherited from Data |
Populate |
Creates columns for all fields in a bound data source.
Inherited from Data |
Post |
Saves the active editor’s value to a data source without closing the editor.
Inherited from Data |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Updates the control data.
Inherited from Data |
Scroll |
Makes the specified row visible onscreen.
Inherited from Data |
Scroll |
Makes the specified row visible onscreen.
Inherited from Data |
Select |
Selects all items within a grid.
Inherited from Data |
Select |
Selects the cell.
Inherited from Data |
Select |
Selects multiple cells.
Inherited from Data |
Select |
Selects the specified item.
Inherited from Data |
Select |
Selects the specified item.
Inherited from Data |
Select |
Selects multiple items, while preserving the current selection (if any).
Inherited from Data |
Set |
Sets the value of the Data |
Set |
Sets the value of the Data |
Show |
Activates the focused cell’s inplace editor.
Inherited from Data |
Sort |
Sorts data by the values of the specified column.
Inherited from Data |
To |
Returns a string that represents the current object. Inherited from Object. |
Unselect |
Unselects any selected items within a grid.
Inherited from Data |
Unselect |
Unselects the specified cell.
Inherited from Data |
Unselect |
Unselects the specified cells.
Inherited from Data |
Unselect |
Unselects the specified item.
Inherited from Data |
Unselect |
Unselects the specified item.
Inherited from Data |
Update |
Updates total summaries.
Inherited from Data |
Update |
Updates unbound column values in the specified row.
Inherited from Data |
See Also