DataSource Class
Class DataSource.
Implements the ObservableCollection
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public class DataSource : ObservableCollection<DataItem>
Public Class DataSource _ Inherits ObservableCollection(Of DataItem)
public ref class DataSource : public ObservableCollection<DataItem^>
Inheritance Hierarchy
Collection<(Of <(<'Object>)>)>
ObservableCollection<(Of <(<'DataItem>)>)>
RingSoft.DbLookup.Controls.WPF..::..DataSource