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. |
The following tables list the members exposed by RowList.
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. |
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. |
Name | Description | |
---|---|---|
OnClear | Overridden. | |
OnRemoveComplete | Overridden. | |
OnValidate | Overridden. Performs additional custom processes when validating a value. |