| Name | Description |
| AcceptPendingCommit | Accepts a pending commit. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| AcceptPendingTransaction | Accept a specific pending transaction. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| AddItem | Adds the provided item to the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| CancelEdits | Cancels all the current edits. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ClearPinnedRows | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
| Clone | Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| CloneProperties | Clones the properties over to the provided datasource. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| CommitEdits | Commit the current edits to the datasource. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| Equals | (Inherited from System.Windows.DependencyObject) |
| FlushAutoRefresh | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetAggregatedChanges | Returns a set of changes that have been made to the data however have not been committed yet. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetEnumerator | |
| GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetIsRowExpandedAtIndex | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemAtIndex | Overridden. |
| GetItemProperty | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemPropertyAtIndex | Overridden. |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| GetMainValuePath | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetRootSummaryResults | Gets the summary results for the root level. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetRootSummaryRowCount | Gets the number of summary rows at the root level. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetRowLevel | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetRowType | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetSectionSummaryResults | Gets the summary results for a specific section. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetStickyRowPriority | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetStickyRows | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetStickyRowsInRange | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetTransactionErrorByID | Returns an error, if any, associated with a specific transaction. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetTransactionErrorByKey | Returns an error, if any, associated with the provided key and property pair that exists in the current pending transactions. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetTransactionID | Returns the ID of the pending transaction associated with the key and property pair. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetUnrealizedCount | |
| GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
| HasAdd | Returns whether the item is an uncommitted add. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| HasDelete | Returns whether the item has an uncommitted delete. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| HasEdit | Returns whether the data source contains an uncommitted edit for a specific property. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IndexOfItem | Overridden. |
| IndexOfKey | Overridden. |
| InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
| IsExclusivelySticky | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsPendingCommit | Returns whether a commit is pending or not. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsPendingTransaction | Returns whether a transaction pending or not. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsPlaceholderItem | Overridden. |
| IsRowPinned | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsRowSpanning | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyClearItems | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyInsertItem | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyRemoveItem | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifySetItem | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| PinRow | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| QueueAutoRefresh | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
| Redo | Redo the last undo. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| Refresh | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| RejectPendingCommit | Reject a pending commit. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| RejectPendingTransaction | Rejects a pending transaction. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| RemoveItem | Removes an item from the datasource. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| RemoveItemByKey | Removes an item with the specified key. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResolveSchemaPropertyType | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
| SetIsRowExpandedAtIndex | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| SetTransactionError | Associate an error with a specific pending transaction. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
| Undo | Undo the last edit. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| UnpinRow | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| UpdatePropertyAtKey | Updates the value of a property in an item that matches the specified. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |