Version

UltraDataRow Class Members

The following tables list the members exposed by UltraDataRow.

Public Properties
 NameDescription
Public PropertyBandGets the band associated with this row.  
Public PropertyDataSourceGets the associated UltraDataSource component.  
Public PropertyIndexIndex of this row in the parent collection.  
Public PropertyItemOverloaded. Gets or sets the cell value associated with the column with the specified index.  
Public PropertyParentCollectionReturns the parent collection.  
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 MethodGetCellValueOverloaded. Gets the cell value associated with the specified column.  
Public MethodGetChildRowsOverloaded. Gets the child rows associated with the child band with the specified key in the child bands collection of the row's band.  
Public MethodResetCachedValueOverloaded. Clears the cached cell value associated with the column with the specified index. This will result in the component raising UltraDataSource.CellDataRequested event for the cell the next time the cell value is needed  
Public MethodResetCachedValuesClears all the cached cell values. This will result in the component raising UltraDataSource.CellDataRequested event for the cells of this row the next time the cell values are needed.  
Public MethodSetCellValueOverloaded. Sets the cell value associated with the specified column.  
Public MethodShouldSerializeTagReturns true if the tag value is a string or a primitive type.  
Protected Methods
 NameDescription
Protected MethodGetObjectDataGets serialization information with all of the non-default information required to reinstantiate the object.  
See Also