The GridControl..::..RowCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(IDictionary) | 
            Adds a data object, which implements the IDictionary<(Of <(<'TKey, TValue>)>)> interface on the top hierarchical level. Such object will be automatically associated with the DictionaryDataAccessor  | |
| Add(IList) | 
            Adds a data object, which implements the IList<(Of <(<'T>)>)> interface on the top hierarchical level. Such object will be automatically associated with the ListDataAccessor  | |
| Add(Object) | 
            Adds a user-defined data object on the top hierarchical level of the GridControl. The data object will be automatically associated with the DataObjectAccessor  | |
| Add(IDataAccessor) | 
            Adds a IDataAccessor on the top hierarchical level of the GridControl.
              | |
| Clear | 
            Removes all rows (visible and invisible) from the GridControl.
              | |
| CollapseAll | 
            Collapses all Rows.
              | |
| ExpandAll | 
            Expands all Rows.
              | |
| GetEnumerator | 
            Returns an enumerator that iterates through the collection.
              | |
| Invalidate | 
            Invalidates all Rows in the GridControl.
              | |
| Remove | 
            Removes the specified Row from the grid.
              | |
| RemoveAt | 
            Removes a Row at the specified visible position.
              |