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


In This Topic
    IndexBasedDataSourceProvider Class Members
    In This Topic

    The following tables list the members exposed by IndexBasedDataSourceProvider.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the IndexBasedDataSourceProvider class specifying the data-source provider to wrap.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Public Property (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Public PropertyOverridden.   
    Public Property (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Public Property (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Public PropertyOverridden.   
    Public Property (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    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
    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.   
    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 MethodOverridden.   
    Protected Method (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    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.ParentDataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.ParentDataSourceProvider)
    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