The following tables list the members exposed by UltraDataSource.
Name | Description | |
---|---|---|
UltraDataSource Constructor | Overloaded. |
Name | Description | |
---|---|---|
AllowAdd | Indicates whether row adding is allowed. Default is true. | |
AllowDelete | Indicates whether row deleting is allowed. Default is true. | |
Band | Gets the top most band object. | |
BindingNotificationsSuspended | Indicates whether IBindingList related notifications are suspended. | |
Container | (Inherited from System.ComponentModel.Component) | |
EventManager | The object that enables, disables and controls firing of specific control events. | |
ReadOnly | Indicates whether any modifications to data, including adding and deleting of rows, are allowed in row collections associated with this band. | |
Rows | Gets the rows collection associated with the top most band. | |
Site | (Inherited from System.ComponentModel.Component) | |
UseBindingSource | Indicates whether to use BindingSource to manage currency managers via ICurrencyManagerProvider implementation. Default value is true. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from Infragistics.Win.UltraComponentBase) | |
SubObjectPropChangeHandler | Returns the event handler that for the OnSubObjectPropChanged method that is used to receive notifications when a property on a sub-object has changed. |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
GetBandByKey | Returns a Band if the key exists anywhere in the band hierarchy or null if it does not. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
LoadFromBinary | Overloaded. Loads saved information from a stream containing the binary data. | |
LoadFromXml | Overloaded. Loads saved information from a stream containing the Xml data. | |
Reset | Resets the object to its default state. | |
ResetAllowAdd | Resets the property to its default value of true. | |
ResetAllowDelete | Resets the property to its default value of true. | |
ResetBand | Resets the band. This will also clear the data strcture. | |
ResetCachedValues | Clears all cached cell values. This will cause the UltraDataSource component to fire CellDataRequested event for cells next time the values for those cells are needed. | |
ResetReadOnly | Resets the property to its default value of true. | |
ResetUseBindingSource | Resets the property to its default value of true. | |
ResumeBindingNotifications | Overloaded. Resumes firing of IBindingList related notifications. | |
SaveAsBinary | Overloaded. Saves properties, structure, and data information to a binary stream. | |
SaveAsXml | Overloaded. Saves properties, structure, and data information to a file in xml/soap format. | |
SuspendBindingNotifications | Suspends firing of IBindingList related notifications. This is useful if you want to make lot of modifications and temporarily prevent the controls bound to this data source from handling events associated with the data source modification. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Win.UltraComponentBase) | |
OnCellDataRequested | Fires the CellDataRequested event. | |
OnCellDataUpdated | Fires the CellDataUpdated event. | |
OnCellDataUpdating | Fires the CellDataUpdating event. | |
OnInitializeDataRow | Fires the InitializeDataRow event. | |
OnInitializeRowsCollection | Fires the InitializeRowsCollection event. | |
OnPropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
OnRowAdded | Fires the RowAdded event. | |
OnRowAdding | Fires the RowAdding event. | |
OnRowBeginEdit | Fires the RowBeginEdit event. | |
OnRowCancelEdit | Fires the RowCancelEdit event. | |
OnRowDeleted | Fires the RowDeleted event. | |
OnRowDeleting | Fires the RowDeleting event. | |
OnRowEndEdit | Fires the RowEndEdit event. | |
OnSubObjectPropChanged | Called when a property on a sub object has changed. | |
ShouldSerialize | Returns true if the object has some non-default settings. | |
ShouldSerializeAllowAdd | Returns true if the AllowAdd is set to its non-default value of false. | |
ShouldSerializeAllowDelete | Returns true if the AllowDelete is set to its non-default value of false. | |
ShouldSerializeBand | Returns true if the property needs to be serialized. | |
ShouldSerializeReadOnly | Returns true if the ReadOnly is set to its non-default value of true. | |
ShouldSerializeRows | Returns true if the property needs to be serialized. | |
ShouldSerializeUseBindingSource | Returns true if the ShouldSerializeUseBindingSource is set to its non-default value of true. |
Name | Description | |
---|---|---|
CellDataRequested | Fired when data is requested by a control bound to this UltraDataSource for a particular cell and the UltraDataSource doesn't have the cell value. | |
CellDataUpdated | Fired after a cell's data has been updated. This event occurs after CellDataUpdating event. | |
CellDataUpdating | Fired before a control bound to this UltraDataSource attempts to update a cell's value. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
InitializeDataRow | Fired for every UltraDataRow when it's created. | |
InitializeRowsCollection | Fired for every UltraDataRowsCollection when it's created. | |
PropertyChanged | (Inherited from Infragistics.Win.UltraComponentBase) | |
RowAdded | Fired after a control bound to this UltraDataSource adds a new row to the data source. | |
RowAdding | Fired when a control bound to this UltraDataSource attempts to add a new row to the UltraDataSource. | |
RowBeginEdit | RowBeginEdit event is fired when BeginEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. | |
RowCancelEdit | RowCancelEdit event is fired when CancelEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. | |
RowDeleted | Fired after a control bound to this UltraDataSource to deletes a row. | |
RowDeleting | Fired when a control bound to this UltraDataSource attempts to delete a row. | |
RowEndEdit | RowEndEdit event is fired when EndEdit on the System.ComponentModel.IEditableObject implementation of the UltraDataRow is called. |