For a list of all members of this type, see UltraDataSource members.
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. |