Version

Search Results

AllowDelete Property (UltraDataBand)

Indicates whether controls bound to this data source are allowed to delete rows from row collections associated with this band. Syntax Example Following code sets AllowAdd and AllowDelete properties on UltraDataSource and UltraDataBand objects.

ChildBands Property

Returns a collection of bands that are child bands of this band. Syntax Remarks You can use the ChildBands collection to add one or more child bands to a band. The root band can be accessed using the UltraDataSource.Band property of the UltraDataSource. Example Following code shows how to setup an UltraDataSource ...

Columns Property

Columns associated with this band. Syntax Remarks You can use the returned columns collection to add one or more columns. Note: To add a field that represents a child band (child rows) add a an UltraDataChildBand to the ChildBands collection. Example Following code shows how to setup an UltraDataSource with some c...

DataSource Property (UltraDataBand)

Returns the associated UltraDataSource component. Syntax