Version

Search Results

OnRowBeginEdit Method

Fires the RowBeginEdit event. Syntax Parameters e An System.EventArgs that contains the event data.

OnRowCancelEdit Method

Fires the RowCancelEdit event. Syntax Parameters e An System.EventArgs that contains the event data.

OnRowDeleted Method

Fires the RowDeleted event. Syntax Parameters e An System.EventArgs that contains the event data.

OnRowDeleting Method

Fires the RowDeleting event. Syntax Parameters e An System.EventArgs that contains the event data.

OnRowEndEdit Method

Fires the RowEndEdit event. Syntax Parameters e An System.EventArgs that contains the event data.

OnSubObjectPropChanged Method (UltraDataSource)

Called when a property on a sub object has changed. Syntax Parameters propChangeInfo A structure containing the property change information.

PropertyChanged Event

Syntax Event Data The event handler receives an argument of type Infragistics.Win.PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description ChangeInfo

ReadOnly Property (UltraDataSource)

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 makes the data source read-only so that the controls bound to this data source can not make any modifications. Setting it to true wil...

Reset Method (UltraDataSource)

Resets the object to its default state. Syntax Example

ResetAllowAdd Method (UltraDataSource)

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