Name | Description | |
---|---|---|
AddNew | Adds a new row to the list with its cells initialized to their default values. Xceed.Grid.CellRow.EndEdit must be called after AddNew in order to add the data row to the grid. | |
Clear | Removes all rows from the list. | |
Contains | Retrieves a boolean value indicating if a specific data row exists in the list. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList) | |
IndexOf | Searches for the specified Xceed.Grid.DataRow object and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList) | |
Remove | Removes the row from the list. | |
RemoveAt | Removes the row from the list at the specified index. |