In This Topic
The following tables list the members exposed by RowList.
Public Properties
| Name | Description |
 | IsFixedSize | Overridden. Gets a value indicating whether the RowList has a fixed size. |
 | IsReadOnly | Overridden. Gets a value indicating whether the RowList is readonly. |
 | Item | Gets the row at the specified index. |
Top
Public Methods
| Name | Description |
 | Add | Adds a row to the list. |
 | Clear | Removes all rows from the list. |
 | Contains | Retrieves a boolean value indicating if a specific row exists in the list. |
 | IndexOf | Searches for the specified Xceed.Grid.Row object and returns the zero-based index of the first occurrence within the list. |
 | Insert | Inserts a row into the list at the specified index. |
 | Remove | Removes the row from the list. |
 | RemoveAt | Removes the row from the list at the specified index. |
Top
See Also