DataControlBase Methods
Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Name | Description |
---|---|
Begin |
Prevents visual and internal data updates until the Data |
Begin |
Prevents selection updates until the Data |
Clear |
Removes the filter condition applied to the specified column. |
Clear |
Removes the filter condition applied to the specified column. |
Clear |
Clears the sorting applied to the grid. |
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. |
Copy |
Copies selected rows/cells to the clipboard. |
End |
Enables visual and internal data updates after the Data |
End |
Enables selection updates after calling the Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Returns the specified cell’s UI element. |
Get |
Returns a filter applied to the specified column. |
Get |
Returns a filter applied to the specified column. |
Get |
Returns a filter expression applied to the specified column. |
Get |
Returns a filter expression applied to the specified column. |
Get |
Returns a UI element that is the specified row. |
Get |
Returns the value of the specified total summary item. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Closes the active editor, discarding all the changes made. |
Is |
Indicates whether the specified cell is selected. |
Is |
Indicates whether the specified row is selected. |
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.
|
Merge |
Combines the specified filter with the grid’s current filter with the AND operator.
|
Move |
Moves the specified column to the specified position. |
Move |
Moves focus to the first visible row within a grid. |
Move |
Moves focus to the last visible row within a grid. |
Move |
Moves focus forward to the bottom row displayed onscreen within a grid. |
Move |
Moves focus to the row following the one currently focused. |
Move |
Moves focus backward to the top row displayed onscreen within a grid. |
Move |
Moves focus to the row that precedes the focused row, and specifies whether this method can focus the Automatic Filter Row. |
Paste |
Pastes clipboard data to the Grid |
Post |
Saves the active editor’s value to a data source without closing the editor. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Updates the control data. |
Scroll |
Makes the specified column visible onscreen. |
Scroll |
Makes the specified row visible onscreen. |
Scroll |
Makes the specified row visible onscreen. |
Select |
Selects all items within a grid. |
Select |
Selects the specified cell. |
Select |
Selects multiple cells. |
Select |
Selects the specified row. |
Select |
Selects the specified item. |
Select |
Selects multiple items, while preserving the current selection (if any). |
Show |
Activates the focused cell’s inplace editor. |
Sort |
Sorts data by the values of the specified column in the specified order, and places the column at the specified position among the sorted columns. |
Sort |
Sorts data by the values of the specified column in the specified order. |
Sort |
Sorts data by the values of the specified column. |
Sort |
Sorts data by the values of the specified column in the specified order. |
Sort |
Sorts data by the values of the specified column. |
To |
Returns a string that represents the current object. Inherited from Object. |
Unselect |
Unselects any selected items within a grid. |
Unselect |
Unselects the specified cell. |
Unselect |
Unselects multiple cells. |
Unselect |
Unselects the specified row. |
Unselect |
Unselects the specified item. |
Update |
Updates total summaries. |
See Also