Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / ListDataSourceProvider Class
Members


In This Topic
    ListDataSourceProvider Class
    In This Topic
    Provides synchronous access to a local data source.
    Syntax
    'Declaration
     
    Public NotInheritable Class ListDataSourceProvider 
       Inherits SyncDataSourceProvider
    'Usage
     
    Dim instance As ListDataSourceProvider
    public sealed class ListDataSourceProvider : SyncDataSourceProvider 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Data.DataSourceProvider
          Xceed.Wpf.Data.SyncDataSourceProvider
             Xceed.Wpf.Data.ListDataSourceProvider

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ListDataSourceProvider class specifying the local data source to wrap.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden.   
    Public PropertyOverridden. Gets a value indicating whether the data-source provider can provide the item count.  
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden. Gets a value indicating whether the data-source provider supports retrieving the group count.  
    Public PropertyOverridden.   
    Public PropertyOverridden. Gets a value indicating whether the data-source provider supports starting operations from a specific item in the data source.  
    Public PropertyOverridden. Gets a value indicating whether the data-source provider supports skipping.   
    Public PropertyGets 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)
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyOverridden. Gets the type of the elements in the data source.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Notifies the data-source provider that the specified item has been added to the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public MethodOverloaded.  (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public MethodOverloaded. Notifies the data-source provider that the specified item has been removed from the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public MethodNotifies the data-source provider that the data source has been reset. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Top
    Protected Methods
     NameDescription
    Protected MethodRetrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodOverridden. Queries the underlying data source for its count.  
    Protected MethodOverridden. Queries the underlying data source for its data.  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden. Retrieves information about the data source's primary key(s).  
    Protected MethodRetrieves a list of the filter operators that are supported for the specified data type. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodOverridden.   
    Protected MethodOverridden. Initializes the data-source provider.  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodNotifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public EventRaised when an exception is thrown by the data source that is wrapped by the provider. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Top
    Requirements

    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

    See Also