Version

Search Results

UltraDataRow Class

Represents a row in the UltraDataSource. Syntax Remarks You can add one or more rows to a row collection using the UltraDataRowsCollection.Add method of the UltraDataRowsCollection. Example Following code shows how to setup an UltraDataSource with some columns and rows. It creates a hiearchical data source with tw...

UltraDataRowEventArgs Class

Base class for event args that have an associated row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.

UltraDataRowEventArgs Class Members

Public Constructors Public Properties

Row Property (UltraDataRowEventArgs)

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

UltraDataRowEventArgs Constructor

Constructor. Syntax Parameters row

UltraDataRowsCollection.UltraDataRowsCollectionTypeConverter Class

UltraDataRowsCollection type converter. Syntax

UltraDataRowsCollection.UltraDataRowsCollectionTypeConverter Class Members

Public Constructors Public Methods Protected Methods

CanConvertTo(ITypeDescriptorContext,Type) Method

Returns whether this converter can convert the object to the specified type, using the specified context. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.destinationType A System.Type that represents the type you want to convert to. Return Value true if this...