The following tables list the members exposed by UltraDataRowsCollection.
Name | Description | |
---|---|---|
Band | Gets the band associated with the row collection. | |
Count | Returns the number of items in this collection. | |
DataSource | Associated UltraDataSource component. | |
Item | Indexer. | |
ParentRow | Gets the parent row. | |
Tag | Gets or sets the tag. The tag property can be used to logically attach another object or value to this object. |
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. |
Name | Description | |
---|---|---|
ListChanged | IBindingList.ListChanged event implementation. |