| Name | Description |
| ActualCount | Gets the current actual full count of the items in the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ActualDataProvider | Gets the actual data provider being used with this data source. |
| ActualPageSize | Gets the actual resolved page size that will be used. |
| ActualPrimaryKey | Gets the current actual primary key of the data source. This may have been auto detected, if possible, or provided or overriden by the user. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ActualSchema | Gets the resolved schema for the data source. Represents which properties are available for the items. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| DataProvider | Gets or sets the virtual data provider to use with this data source. |
| DeferAutoRefresh | Gets or sets whether the auto refresh mechanism of the data source is currently defered. The data source will not react to most setting changes while this is set to true an will instead defer processing. Setting this value to false will queue a new refresh. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ExecutionContext | Gets or sets the execution context that the data source should synchronize asynchronous actions with, or use to defer delayed actions. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| FilterExpressions | Gets a collection to add filter expressions to. Changing the filter expressions in this collection will adjust the filter applied to the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| FirstVisibleIndexRequested | Gets or sets which index consumers of the data source desire to be the current first visible index. A grid, for example, would indicate the current visible top row, and update this as that changes. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| GroupDescriptions | Gets a collection to add group descriptions to. Changing the group descriptions in this collection will adjust the grouping applied to the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IncludeSummaryRowsInSection | (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsFilteringSupported | Gets if filtering is supported on the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsGroupingSupported | Gets whether this datasource supports grouping. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsItemIndexLookupSupported | Gets whether lookup of an index for a provided item is supported. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsKeyIndexLookupSupported | Gets whether lookup of an index for a provided primary key value is supported. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSectionCollapsable | Gets or sets if sections are collapsable. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSectionContentVisible | Gets or sets whether content besides the section headers are displayed. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSectionExpandedDefault | Gets or sets whether sections default to expanded or collapsed when they are created. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSectionHeaderNormalRow | Gets or sets whether the section headers are treated as normal rows. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSectionSummaryRowsAtBottom | (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsSortingSupported | Gets if sorting is supported on the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| IsVirtual | Gets if the current data source is a virtual data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| LastVisibleIndexRequested | Gets or sets which index consumers of the data source desire to be the current last visible index. A grid, for example, would indicate the current visible top row, and update this as that changes. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| MaxCachedPages | Gets or sets the maximum number of data pages to cache in the data source before the oldest pages will start being evicted. |
| NotifyUsingSourceIndexes | Gets whether, when manually notifying the data source of changes, one should use indexes relative to the actual source data, or relative to the view the data source is maintaining into the data. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| PageSizeRequested | Gets or sets the desired page size. This may or may not be respected by the underlying provider, or its connected services. |
| PrimaryKey | Gets or sets a list of property references that indicate the user provided primary key of the items in the data source. Consumers of the data source will often need to uniquely identify items in the data source. For this purpose a primary key should be specified. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| PropertiesRequested | Gets or sets a list of property references for the properties desired by the consumer of the data source. If known, the data source may take steps to request only those properties, or to ensure that those properties are included, rather than the default behavior for this type of data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| SectionHeaderDisplayMode | Gets or sets how section headers are displayed. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ShouldEmitSectionFooters | Gets or sets whether this datasource should include section footers in its view of the data. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ShouldEmitSectionHeaders | Gets or sets whether this datasource should include section headers in its view of the data. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| ShouldEmitShiftedRows | Gets or sets whether this datasource should include shifted rows in its view of the data. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| SortDescriptions | Gets a collection to add sort descriptions to. Changing the sort descriptions in this collection will adjust the sort applied to the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| SummaryDescriptions | Gets a collection to add summary descriptions to. Changing the summary descriptions in this collection will adjust the summaries applied to the data source. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| SummaryScope | Gets or sets the scope which summaries are calculated for. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |
| UpdateNotifier | Gets or sets an IDataSourceUpdateNotifier that the data source should invoke methods on to indicate various changes have occurred. (Inherited from Infragistics.Core.Controls.DataSource.BaseDataSource) |