Version

UltraDataRowsCollection Class Members

The following tables list the members exposed by UltraDataRowsCollection.

Public Properties
 NameDescription
Public PropertyBandGets the band associated with the row collection.  
Public PropertyCountReturns the number of items in this collection.  
Public PropertyDataSourceAssociated UltraDataSource component.  
Public PropertyItemIndexer.  
Public PropertyParentRowGets the parent row.  
Public PropertyTagGets or sets the tag. The tag property can be used to logically attach another object or value to this object.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new row to the collection.  
Public MethodClearClears the rows collection.  
Public MethodContainsIndicates whether the specified row is contained in the collection.  
Public MethodIndexOfGets the index of the specified row in the collection.  
Public MethodInsertOverloaded. Adds a new row to the collection at the specified location.  
Public MethodNotifyListResetFires ListChanged notification with the ListChanged type of Reset on the IBindingList implementation causing bound controls to refresh themselves by reloading the data.  
Public MethodRemoveOverloaded. Removes the specified row from the collection. If the row doesn't exist in the collection, this method does nothing.  
Public MethodRemoveAtOverloaded. Removes the row at the specified location.  
Public MethodResetCachedValuesClears all cached cell values. This will result in the component raising UltraDataSource.CellDataRequested event for cells the next time the cell values are needed.  
Public MethodSetCountOverloaded. 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.  
Public MethodShouldSerializeIndicates if any of the property values differ from the default value.  
Public MethodShouldSerializeTagReturns true if the tag value is a string or a primitive type.  
Public Events
 NameDescription
Public EventListChangedIBindingList.ListChanged event implementation.  
See Also