Version

Search Results

OnAddedToCollection Method (UltraDataBand)

Syntax Parameters primaryCollection

OnObjectPropChanged Method (UltraDataBand)

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.

OnRemovedFromCollection Method (UltraDataBand)

Syntax Parameters primaryCollection

OnSubObjectPropChanged Method (UltraDataBand)

Syntax Parameters propChange

ParentBand Property (UltraDataBand)

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.

ParentCollection Property (UltraDataBand)

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.

ReadOnly Property (UltraDataBand)

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...

Reset Method (UltraDataBand)

Resets the object to its default state. Syntax Remarks Note that this method clears the columns and the child bands collections. Example