For a list of all members of this type, see UltraDataRowsCollection members.
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new row to the collection. |
![]() | Clear | Clears the rows collection. |
![]() | Contains | Indicates whether the specified row is contained in the collection. |
![]() | IndexOf | Gets the index of the specified row in the collection. |
![]() | Insert | Overloaded. Adds a new row to the collection at the specified location. |
![]() | NotifyListReset | Fires ListChanged notification with the ListChanged type of Reset on the IBindingList implementation causing bound controls to refresh themselves by reloading the data. |
![]() | Remove | Overloaded. Removes the specified row from the collection. If the row doesn't exist in the collection, this method does nothing. |
![]() | RemoveAt | Overloaded. Removes the row at the specified location. |
![]() | ResetCachedValues | Clears all cached cell values. This will result in the component raising UltraDataSource.CellDataRequested event for cells the next time the cell values are needed. |
![]() | SetCount | Overloaded. Sets the row count to the specified count. If the new count is greater than the current count, new rows are added at the end of the collection. If the new count is less than the current count, rows are removed from the end of the collection. |
![]() | ShouldSerialize | Indicates if any of the property values differ from the default value. |
![]() | ShouldSerializeTag | Returns true if the tag value is a string or a primitive type. |