Fired when a control bound to this UltraDataSource attempts to add a new row to the UltraDataSource. Syntax Event Data The event handler receives an argument of type RowAddingEventArgs containing data related to this event. The following RowAddingEventArgs properties provide information specific to this event.Prop...
RowBeginEdit event is fired when BeginEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. Syntax Event Data The event handler receives an argument of type RowBeginEditEventArgs containing data related to this event. The following RowBeginEditEventArgs properties provide ...
RowCancelEdit event is fired when CancelEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. Syntax Event Data The event handler receives an argument of type RowCancelEditEventArgs containing data related to this event. The following RowCancelEditEventArgs properties prov...
Fired after a control bound to this UltraDataSource to deletes a row. Syntax Event Data The event handler receives an argument of type RowDeletedEventArgs containing data related to this event. The following RowDeletedEventArgs properties provide information specific to this event.Property Description Row (Inherit...
Fired when a control bound to this UltraDataSource attempts to delete a row. Syntax Event Data The event handler receives an argument of type RowDeletingEventArgs containing data related to this event. The following RowDeletingEventArgs properties provide information specific to this event.Property Description Can...
RowEndEdit event is fired when EndEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. Syntax Event Data The event handler receives an argument of type RowEndEditEventArgs containing data related to this event. The following RowEndEditEventArgs properties provide informat...
Gets the rows collection associated with the top most band. Syntax Example Following code shows how to setup an UltraDataSource with some columns and rows. It creates a hiearchical data source with two bands.
Saves properties, structure, and data information to a binary stream. Syntax Parameters stream Stream containing the serialized UltraDataSource information Remarks The SaveAsBinary method is used in conjunction with the LoadFromBinary(Stream) method to persist the property settings and layout of the ultraDataSourc...
Saves properties, structure, and data information to a binary stream. Syntax Parameters stream Stream containing the serialized UltraDataSource informationincludeData Determines whether that data is saved along with the data structure. Remarks The SaveAsBinary method is used in conjunction with the LoadFromBinary(...
Saves properties, structure, and data information to a file in binary format. Syntax Parameters filename The name of the file containing the serialized UltraDataSource information Remarks The SaveAsBinary method is used in conjunction with the LoadFromBinary(String) method to persist the property settings and layo...