Version

Search Results

ResetAllowDelete Method (UltraDataSource)

Resets the property to its default value of true. Syntax Example

ResetBand Method

Resets the band. This will also clear the data strcture. Syntax Example

ResetCachedValues() Method

Clears all cached cell values. This will cause the UltraDataSource component to fire CellDataRequested event for cells next time the values for those cells are needed. Syntax Remarks Note that calling ResetCachedValues clears the internal cache of data from the DataSource, but it does not notify bound controls. Th...

ResetCachedValues Method (UltraDataSource)

Clears all cached cell values. This will cause the UltraDataSource component to fire CellDataRequested event for cells next time the values for those cells are needed. Overload List Example Following code demonstrates methods for clearing cached values exposed off various objects.

ResetReadOnly Method (UltraDataSource)

Resets the property to its default value of true. Syntax Example

ResetUseBindingSource Method

Resets the property to its default value of true. Syntax Example

ResumeBindingNotifications() Method

Resumes firing of IBindingList related notifications. Syntax Remarks This method along with the SuspendBindingNotifications can be used to temporarily prevent UltraDataSource from firing ListChanged ItemChanged notifications. This can be useful in a situation where a lot of cells need to be modified however for ef...

ResumeBindingNotifications(Boolean) Method

Resumes firing of IBindingList related notifications. Syntax Parameters fireNotifications Remarks This method along with the SuspendBindingNotifications can be used to temporarily prevent UltraDataSource from firing ListChanged ItemChanged notifications. This can be useful in a situation where a lot of cells need ...

ResumeBindingNotifications Method

Resumes firing of IBindingList related notifications. Overload List

RowAdded Event

Fired after a control bound to this UltraDataSource adds a new row to the data source. Syntax Event Data The event handler receives an argument of type RowAddedEventArgs containing data related to this event. The following RowAddedEventArgs properties provide information specific to this event.Property Description...