The following tables list the members exposed by UltraDataRow.
Name | Description | |
---|---|---|
Band | Gets the band associated with this row. | |
DataSource | Gets the associated UltraDataSource component. | |
Index | Index of this row in the parent collection. | |
Item | Overloaded. Gets or sets the cell value associated with the column with the specified index. | |
ParentCollection | Returns the parent collection. | |
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 | |
---|---|---|
GetCellValue | Overloaded. Gets the cell value associated with the specified column. | |
GetChildRows | Overloaded. Gets the child rows associated with the child band with the specified key in the child bands collection of the row's band. | |
ResetCachedValue | Overloaded. 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 | |
ResetCachedValues | Clears 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. | |
SetCellValue | Overloaded. Sets the cell value associated with the specified column. | |
ShouldSerializeTag | Returns true if the tag value is a string or a primitive type. |
Name | Description | |
---|---|---|
GetObjectData | Gets serialization information with all of the non-default information required to reinstantiate the object. |