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 |
Starts the control’s runtime initialization. |
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. |
Collapse |
Collapses all group rows. |
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. |
End |
Enables visual and internal data updates after the Data |
End |
Ends the runtime initialization. |
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. |
Get |
Returns the specified cell’s UI element. |
Get |
Returns a cell that contains the specified tree element. |
Get |
Returns the value of the specified data cell. |
Get |
Returns a column whose cell contains the specified tree 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 |
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. |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Get |
Returns the selected data cells. |
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 item 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 |
|
Move |
Selects the specified item. |
Populate |
Creates columns for all fields in a bound data source. |
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 row visible onscreen. |
Scroll |
Makes the specified row visible onscreen. |
Select |
Selects all items within a grid. |
Select |
Selects the cell. |
Select |
Selects multiple cells. |
Select |
Selects the specified item. |
Select |
Selects the specified item. |
Select |
Selects multiple items, while preserving the current selection (if any). |
Set |
Sets the value of the Data |
Set |
Sets the value of the Data |
Show |
Activates the focused cell’s inplace editor. |
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 the specified cells. |
Unselect |
Unselects the specified item. |
Unselect |
Unselects the specified item. |
Update |
Updates total summaries. |
Update |
Updates unbound column values in the specified row. |
See Also