Resets the property to its default value of true. Syntax Example
Resets the band. This will also clear the data strcture. Syntax Example
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...
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.
Resets the property to its default value of true. Syntax Example
Resets the property to its default value of true. Syntax Example
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...
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 ...
Resumes firing of IBindingList related notifications. Overload List
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...