DataSourceProvider Class Properties
In This Topic
For a list of all members of this type, see DataSourceProvider members.
Public Properties
| Name | Description |
 | CanCalculateStats | |
 | CanCount | Gets a value indicating whether the data-source provider can provide the item count. |
 | CanFilter | Gets a value indicating whether the data-source provider supports filtering. |
 | CanFilterGroup | |
 | CanGroupCount | Gets a value indicating whether the data-source provider supports retrieving the group count. |
 | CanJump | |
 | CanJumpToItem | Gets a value indicating whether the data-source provider supports starting operations from a specific item in the data source. |
 | CanSkip | Gets a value indicating whether the data-source provider supports skipping. |
 | PageSize | Gets or sets the number of items that will be requested when a data request query is sent to the server. |
Top
Protected Properties
| Name | Description |
 | ElementType | Gets the type of the elements in the data source. |
Top
See Also