RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DataSource Class

Class DataSource. Implements the ObservableCollection

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  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


Object
  Collection<(Of <(<'Object>)>)>
    ObservableCollection<(Of <(<'DataItem>)>)>
      RingSoft.DbLookup.Controls.WPF..::..DataSource