Version

Search Results

UltraDataSource Class Events

For a list of all members of this type, see UltraDataSource members. Public Events Name Description CellDataRequested Fired when data is requested by a control bound to this UltraDataSource for a particular cell and the UltraDataSource doesnt have the cell value. CellDataUpdated Fired after a cells data has been u...

UltraDataSource Class Members

Public Constructors Public Properties Protected Properties Public Methods Protected Methods Public Events

UltraDataSource Class Methods

Public Methods Protected Methods

UltraDataSource Class Properties

Public Properties Protected Properties

AllowAdd Property (UltraDataSource)

Indicates whether row adding is allowed. Default is true. Syntax Remarks Setting AllowAdd to true will prevent the controls bound to this data source from adding rows to it. Example Following code sets AllowAdd, AllowDelete and ReadOnly properties on the UltraDataSource as well as UltraDataBand objects.

AllowDelete Property (UltraDataSource)

Indicates whether row deleting is allowed. Default is true. Syntax Remarks Setting AllowDelete to true will prevent the controls bound to this data source from deleting rows from it. Example Following code sets AllowAdd, AllowDelete and ReadOnly properties on the UltraDataSource as well as UltraDataBand objects.

Band Property (UltraDataSource)

Gets the top most band object. Syntax Remarks The Band property returns the root band. To access the child bands use the ChildBands property of the band.Infragistics.Win.UltraWinDataSource.UltraDataBand.ChildBandsP:Infragistics.Win.UltraWinDataSource.UltraDataSource.Rows Example Following code shows how to setup a...

BindingNotificationsSuspended Property

Indicates whether IBindingList related notifications are suspended. Syntax Example Following code shows how to suspend IBindingList.ListChanged notifications temporarily on an UltraDataSource.

CellDataRequested Event

Fired when data is requested by a control bound to this UltraDataSource for a particular cell and the UltraDataSource doesnt have the cell value. Syntax Event Data The event handler receives an argument of type CellDataRequestedEventArgs containing data related to this event. The following CellDataRequestedEventAr...

CellDataUpdated Event

Fired after a cells data has been updated. This event occurs after CellDataUpdating event. Syntax Event Data The event handler receives an argument of type CellDataUpdatedEventArgs containing data related to this event. The following CellDataUpdatedEventArgs properties provide information specific to this event.Pr...