'Declaration Public NotInheritable Class ListDataSourceProvider Inherits SyncDataSourceProvider
'Usage Dim instance As ListDataSourceProvider
public sealed class ListDataSourceProvider : SyncDataSourceProvider
'Declaration Public NotInheritable Class ListDataSourceProvider Inherits SyncDataSourceProvider
'Usage Dim instance As ListDataSourceProvider
public sealed class ListDataSourceProvider : SyncDataSourceProvider
System.Object
Xceed.Wpf.Data.DataSourceProvider
Xceed.Wpf.Data.SyncDataSourceProvider
Xceed.Wpf.Data.ListDataSourceProvider
Name | Description | |
---|---|---|
![]() | ListDataSourceProvider Constructor | Initializes a new instance of the ListDataSourceProvider class specifying the local data source to wrap. |
Name | Description | |
---|---|---|
![]() | CanCalculateStats | Overridden. |
![]() | CanCount | Overridden. Gets a value indicating whether the data-source provider can provide the item count. |
![]() | CanFilter | Overridden. |
![]() | CanFilterGroup | Overridden. |
![]() | CanGroupCount | Overridden. Gets a value indicating whether the data-source provider supports retrieving the group count. |
![]() | CanJump | Overridden. |
![]() | CanJumpToItem | Overridden. Gets a value indicating whether the data-source provider supports starting operations from a specific item in the data source. |
![]() | CanSkip | Overridden. 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. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
Name | Description | |
---|---|---|
![]() | ElementType | Overridden. Gets the type of the elements in the data source. |
Name | Description | |
---|---|---|
![]() | NotifyItemsAdded | Overloaded. Notifies the data-source provider that the specified item has been added to the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | NotifyItemsChanged | Overloaded. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | NotifyItemsRemoved | Overloaded. Notifies the data-source provider that the specified item has been removed from the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | NotifyReset | Notifies the data-source provider that the data source has been reset. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
Name | Description | |
---|---|---|
![]() | CanSortBy | Retrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | ExecuteCountQuery | Overridden. Queries the underlying data source for its count. |
![]() | ExecuteDataQuery | Overridden. Queries the underlying data source for its data. |
![]() | ExecuteGroupCountQuery | Overridden. |
![]() | ExecuteStatQuery | Overridden. |
![]() | GetPrimaryKeyInfo | Overridden. Retrieves information about the data source's primary key(s). |
![]() | GetSupportedFilterOperators | Retrieves a list of the filter operators that are supported for the specified data type. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | GetSupportedStatFunctions | Overridden. |
![]() | Initialize | Overridden. Initializes the data-source provider. |
![]() | OnDataObjectsAdded | Overridden. |
![]() | OnDataObjectsRemoved | Overridden. |
![]() | OnDataSourceChanged | Notifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
![]() | OnInvalidateData | Overridden. |
![]() | OnInvalidateDataObjects | Overridden. |
Name | Description | |
---|---|---|
![]() | UnhandledException | Raised when an exception is thrown by the data source that is wrapped by the provider. (Inherited from Xceed.Wpf.Data.DataSourceProvider) |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2