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


In This Topic
    SyncIndexDataSourceProvider Class
    In This Topic
    Ideal for a synchronous data source that can easily access items from an index or that cannot filter items efficiently.
    Syntax
    'Declaration
     
    Public MustInherit Class SyncIndexDataSourceProvider 
       Inherits IndexDataSourceProvider
    'Usage
     
    Dim instance As SyncIndexDataSourceProvider
    public abstract class SyncIndexDataSourceProvider : IndexDataSourceProvider 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Data.DataSourceProvider
          Xceed.Wpf.Data.IndexDataSourceProvider
             Xceed.Wpf.Data.SyncIndexDataSourceProvider
                Xceed.Wpf.Data.SimpleSyncIndexDataSourceProvider

    Public Properties
    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 MethodRetrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected Method (Inherited from Xceed.Wpf.Data.IndexDataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.IndexDataSourceProvider)
    Protected MethodRetrieves a list of the statistical functions that are supported for the specified data type. (Inherited from Xceed.Wpf.Data.DataSourceProvider)
    Protected Method (Inherited from Xceed.Wpf.Data.IndexDataSourceProvider)
    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
    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