| Name | Description |
| AcceptPendingCommit | Accepts a commit with the provided ID. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| AcceptPendingTransaction | Save 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 any batched edits that may exist. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ClearPinnedRows | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| Clone | Overridden. Clones this data source instance, copying the summary, grouping, filter and sorting settings into the new instance. |
| CloneProperties | Clones the properties over to the provided datasource. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| CommitEdits | Commit the current edits to the datasource. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| FlushAutoRefresh | Called to make sure a queued refresh of the data source has been applied before continuing. Should only be needed if you are trying to synchronously examine the results of changing settings on the data source. Note, for a virtual data source, the data source itself may be waiting for other synchronous requests to actualize data. This call will not wait for those, but will only make sure the appropriate requests are in flight from the settings changes (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) |
| GetIsRowExpandedAtIndex | Gets the expansion state for a row. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemAtIndex | Returns the item at the specific index in the data source. This index is based on the data source's current view of the data, not the actual underlying indexes of the original source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemFromKey | Returns the item matching the specific key in the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemProperty | Extracts the value of a named property for an item contained in the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetItemPropertyAtIndex | Extracts a named property value from the item at a specified index. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| 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) |
| GetRowCount | Gets the current actual full count of the items in the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| GetRowLevel | Gets the hierarchy level of the row. (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) |
| 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 | Called to return the index for an item contained in the data source, or -1, if the item can't be found, or this action isn't currently supported. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IndexOfKey | Called to return the index for an primary key value contained in the data source, or -1, if the key can't be found, or this action isn't currently supported. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| 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 | Returns true if the item at the requested index is a placeholder item and has not been actualized. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsRowPinned | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| IsRowSpanning | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyClearItems | Manually notifies the data source that the data it has bound to has been cleared and needs to be re-examined. This should not be necessary to call if the data that the data source is bound to is already observable. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyInsertItem | Manually notifies the data source that an item has been inserted in the data it is bound to. This should not be necessary to call if the data that the data source is bound to is already observable. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifyRemoveItem | Manually notifies the data source that an item has been removed in the data it is bound to. This should not be necessary to call if the data that the data source is bound to is already observable. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| NotifySetItem | Manually notifies the data source that an item has been changed in the data it is bound to. This should not be necessary to call if the data that the data source is bound to is already observable. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| PinRow | (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| QueueAutoRefresh | Called to manually queue a refresh of the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| Redo | Redo the last undo. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| Refresh | Called to synchronously refresh the data source. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| RejectPendingCommit | Cancel a commit with the provided ID. (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) |
| Reset | Overridden. Resets all the properties to their default values |
| ResetDataProvider | Resets the DataProvider property to its default value. |
| ResetDeferAutoRefresh | Resets the DeferAutoRefresh property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetExecutionContext | Resets the ExecutionContext property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetFirstVisibleIndexRequested | Resets the FirstVisibleIndexRequested property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIncludeSummaryRowsInSection | Resets the IncludeSummaryRowsInSection property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsBatchingEnabled | Resets the IsBatchingEnabled property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsReadOnly | Resets the IsReadOnly property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsSectionCollapsable | Resets the IsSectionCollapsable property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsSectionContentVisible | Resets the IsSectionContentVisible property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsSectionExpandedDefault | Resets the IsSectionExpandedDefault property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsSectionHeaderNormalRow | Resets the IsSectionHeaderNormalRow property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetIsSectionSummaryRowsAtBottom | Resets the IsSectionSummaryRowsAtBottom property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetItemsSource | Resets the ItemsSource property to its default value. |
| ResetLastVisibleIndexRequested | Resets the LastVisibleIndexRequested property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetPrimaryKey | Resets the PrimaryKey property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetPropertiesRequested | Resets the PropertiesRequested property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetSectionHeaderDisplayMode | Resets the SectionHeaderDisplayMode property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetShouldEmitSectionFooters | Resets the ShouldEmitSectionFooters property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetShouldEmitSectionHeaders | Resets the ShouldEmitSectionHeaders property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetShouldEmitShiftedRows | Resets the ShouldEmitShiftedRows property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetShouldEmitSummaryRows | Resets the ShouldEmitSummaryRows property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetSummaryScope | Resets the SummaryScope property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResetUpdateNotifier | Resets the UpdateNotifier property to its default value. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| ResolveDataProvider | |
| ResolveSchemaPropertyType | Resolve a property or property path to its value type. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| SetIsRowExpandedAtIndex | Sets the expansion state for a row. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| SetTransactionError | Associate an error with a specific pending transaction. (Inherited from Infragistics.Controls.DataSource.BaseDataSource) |
| 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) |