Represents a collection of ViewRow objects used for programmatic access to view elements (items) and for data binding.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

Remarks

A ViewRowCollection is owned by a view, see 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 Rows collection serves as the data source for data binding, when you bind a control or another client to a view.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.LiveViews..::..ViewRowCollection

See Also