C1.LiveLinq.LiveViews Namespace : ViewRowCollection Class |
'Declaration
Public MustInherit Class ViewRowCollection Implements C1.LiveLinq.Indexing.IIndexedSource(Of ViewRow), C1.LiveLinq.IObservableSource(Of ViewRow)
public abstract class ViewRowCollection : C1.LiveLinq.Indexing.IIndexedSource<ViewRow>, C1.LiveLinq.IObservableSource<ViewRow>
A ViewRowCollection is owned by a view, see View.Rows.
The collection of view rows (ViewRow objects) is always synchronized with the collection of view elements.
ViewRow objects provide programmatic access to view elements and their properties. Also, the View.Rows collection serves as the data source for data binding, when you bind a control or another client to a view.
System.Object
C1.LiveLinq.LiveViews.ViewRowCollection
Target Platforms: 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