Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data Namespace / AsyncDataSourceProvider Class
Properties Methods Events


In This Topic
    AsyncDataSourceProvider Class Members
    In This Topic

    The following tables list the members exposed by AsyncDataSourceProvider.

    Public Properties
     NameDescription
    Public Property  
    Public Property (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public PropertyGets a value indicating whether the data-source provider can provide the item count.  (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public PropertyOverridden. Gets a value indicating whether the data-source provider supports filtering.  
    Public Property (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public PropertyGets a value indicating whether the data-source provider supports retrieving the group count. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public Property (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Public PropertyGets a value indicating whether the data-source provider supports starting operations from a specific item in the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    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)
    Public PropertyGets or sets a value representing the interval at which the query requests are sent.  
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyGets the type of the elements in the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    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 MethodBegins the asynchronous operation of querying the underlying data source for its count.  
    Protected MethodBegins the asynchronous operation of querying the underlying data source for its data.  
    Protected MethodBegins the asynchronous operation of querying the underlying data source for its group count.  
    Protected MethodBegins the asynchronous operation of querying the underlying data source for the result of a statistical function.  
    Protected MethodRetrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodEnds the asynchronous operation of querying the underlying data source for its count.  
    Protected MethodEnds the asynchronous operation of querying the underlying data source for its data.  
    Protected MethodEnds the asynchronous operation of querying the underlying data source for its group count.  
    Protected MethodEnds the asynchronous operation of querying the underlying data source for the result of a statistical function.  
    Protected MethodRetrieves information about the data source's primary key(s). (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodRetrieves a list of the filter operators that are supported for the specified data type. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodRetrieves a list of the statistical functions that are supported for the specified data type. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodInitializes the data-source provider. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected MethodNotifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    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
    See Also