Fires when a property of this object or any of its sub-objects changes. Syntax Parameters propChange The Property change info which describes the chain of property changes.
Syntax Parameters propChange
Band this bands collection is a child of. Band returned by this property is the parent band of all the bands contained in this collection. Syntax Example Following code shows various objects in the UltraWinDataSource object model and many of the properties available off those objects and how they are related.
Removes the band with the specified key from the collection. Syntax Parameters bandKey The key of the band to remove. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands and two columns to each of root ban...
Removes the specified band from the collection. Syntax Parameters band The band to remove. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands and two columns to each of root band and its two child bands. ...
Removes the band with the specified key from the collection. Overload List
Removes band at the specified location from the collection. Syntax Parameters index The index of the band to remove. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands and two columns to each of root band...