Version

Search Results

SetCellValue(String,Object) Method

Sets the cell value associated with the specified column. Syntax Parameters columnKey The key 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(String,Object,Boolean) Method

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

SetCellValue(UltraDataColumn,Object) Method

Sets the cell value associated with the specified column. Syntax Parameters column 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(UltraDataColumn,Object,Boolean) Method

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

SetCellValue Method

Sets the cell value associated with the specified column. Overload List

ShouldSerializeTag Method (UltraDataRow)

Returns true if the tag value is a string or a primitive type. Syntax Example

Tag Property (UltraDataRow)

Gets or sets the tag. The tag property can be used to logically attach another object or value to this object. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

UltraDataRow Constructor(SerializationInfo,StreamingContext)

Constructor used to deserialization to initialize a new instance of the class with the serialized property values Syntax Parameters info The System.Runtime.Serialization.SerializationInfo used to obtain the serialized properties of the objectcontext An System.ComponentModel.ITypeDescriptorContext that provides a f...

UltraDataRow Constructor

Overload List

UltraDataSource Class

UltraDataSource component. UltraDataSource is a bindable data source that provides the ability to define hierarchical data structure and provides capability to serialize out the data. Syntax Example Following code shows how to setup an UltraDataSource with some columns and rows. It creates a hiearchical data sourc...