Syntax Parameters primaryCollection
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 primaryCollection
Syntax Parameters propChange
Returns the parent band. If this band is the top most band, then ParentBand will return null. 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.
Bands collection that contains this band object. If this band is the root band then this property will return null (Nothing in VB). 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.
Indicates whether any modifications to data, including adding and deleting of rows, are allowed in row collections associated with this band. Syntax Remarks Setting ReadOnly to true will prevent the user from modifying cell values as well as from adding and removing of rows regardless of AllowAdd and AllowDelete p...
Resets the object to its default state. Syntax Remarks Note that this method clears the columns and the child bands collections. Example