Version

Search Results

CellDataUpdating Event

Fired before a control bound to this UltraDataSource attempts to update a cells value. Syntax Event Data The event handler receives an argument of type CellDataUpdatingEventArgs containing data related to this event. The following CellDataUpdatingEventArgs properties provide information specific to this event.Prop...

EventManager Property

The object that enables, disables and controls firing of specific control events. Syntax Remarks The DataSourceEventManager gives you a high degree of control over how the component invokes event procedures. You can use it to selectively enable and disable event procedures depending on the context of your applicat...

Events Property

Overload List

GetBandByKey(String) Method

Returns a Band if the key exists anywhere in the band hierarchy or null if it does not. Syntax Parameters key The key to search for. Return Value Returns a Band if the key exists anywhere in the band hierarchy or null if it does not.

GetBandByKey Method

Returns a Band if the key exists anywhere in the band hierarchy or null if it does not. Overload List Example Following code shows how GetBandByKey can be used to retrieve a band using its key.

InitializeDataRow Event

Fired for every UltraDataRow when its created. Syntax Event Data The event handler receives an argument of type InitializeDataRowEventArgs containing data related to this event. The following InitializeDataRowEventArgs properties provide information specific to this event.Property Description Row (Inherited from I...

InitializeRowsCollection Event

Fired for every UltraDataRowsCollection when its created. Syntax Event Data The event handler receives an argument of type InitializeRowsCollectionEventArgs containing data related to this event. The following InitializeRowsCollectionEventArgs properties provide information specific to this event.Property Descript...

LoadFromBinary(Stream) Method

Loads saved information from a stream containing the binary data. Syntax Parameters stream Stream containing the serialized UltraDataSource information Remarks The LoadFromBinary method is used in conjunction with the SaveAsBinary(Stream) method to persist the structure and data of the ultraDataSource. Example Fol...

LoadFromBinary(Stream,Boolean) Method

Loads saved information from a stream containing the binary data. Syntax Parameters stream Stream containing the serialized UltraDataSource informationincludeData Determines whether that data is saved along with the data structure. Remarks The LoadFromBinary method is used in conjunction with the SaveAsBinary(Stre...