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...
Base class for event args that have an associated row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Public Constructors Public Properties
Public Properties
Gets the row. Syntax Example Following code demonstrates typical uses for InitializeDataRow and InitializeDataRowsCollection events.
Constructor. Syntax Parameters row
UltraDataRowsCollection type converter. Syntax
Public Constructors Public Methods Protected Methods
Public Methods Protected Methods
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...