Version

UltraDataSource Class Properties

For a list of all members of this type, see UltraDataSource members.

Public Properties
 NameDescription
Public PropertyAllowAddIndicates whether row adding is allowed. Default is true.  
Public PropertyAllowDeleteIndicates whether row deleting is allowed. Default is true.  
Public PropertyBandGets the top most band object.  
Public PropertyBindingNotificationsSuspendedIndicates whether IBindingList related notifications are suspended.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEventManagerThe object that enables, disables and controls firing of specific control events.  
Public PropertyReadOnlyIndicates whether any modifications to data, including adding and deleting of rows, are allowed in row collections associated with this band.  
Public PropertyRowsGets the rows collection associated with the top most band.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyUseBindingSourceIndicates whether to use BindingSource to manage currency managers via ICurrencyManagerProvider implementation. Default value is true.  
Protected Properties
 NameDescription
Protected PropertyCanRaiseEvents (Inherited from System.ComponentModel.Component)
Protected PropertyDesignMode (Inherited from System.ComponentModel.Component)
Protected PropertyEvents (Inherited from Infragistics.Win.UltraComponentBase)
Protected PropertySubObjectPropChangeHandlerReturns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed.  
See Also