Version

Search Results

Item Property (UltraDataRow)

Gets or sets the cell value associated with the column with the specified index. Overload List

ParentCollection Property (UltraDataRow)

Returns the parent collection. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

ParentRow Property (UltraDataRow)

Gets the parent row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

ResetCachedValue(Int32) Method

Clears the cached cell value associated with the column with the specified index. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Syntax Parameters columnIndex Specifies the index of the column whose cell value is to be cleared. Remarks You can ...

ResetCachedValue(String) Method

Clears the cached cell value associated with the column with the specified key. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Syntax Parameters columnKey Specifies the index of the column whose cell value is to be cleared. Remarks You can use ...

ResetCachedValue(UltraDataColumn) Method

Clears the cached cell value associated with the specified column. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed. Syntax Parameters column Specifies the column whose cell value is to be cleared. Remarks You can use the UltraDataRows ResetCache...

ResetCachedValue Method

Clears the cached cell value associated with the column with the specified index. This will result in the component raising CellDataRequested event for the cell the next time the cell value is needed Overload List

ResetCachedValues Method (UltraDataRow)

Clears all the cached cell values. This will result in the component raising CellDataRequested event for the cells of this row the next time the cell values are needed. Syntax Remarks You can use the UltraDataRows ResetCachedValue(Int32) method to clear the cell value of a specific column. Example Following code d...

SetCellValue(Int32,Object) Method

Sets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to set.value The new cell value. Remarks Sets the cell value associated with the specified column. This overload does not raise the CellDataUpdating and CellDataUpdated events.

SetCellValue(Int32,Object,Boolean) Method

Sets the cell value associated with the specified column. Syntax Parameters columnIndex The index of the column whose value to set.value The new cell value.raiseCellUpdateEvents Specifies whether to raise the CellDataUpdating and CellDataUpdated events.