ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class
Members

In This Topic
    ViewRowCollection Class
    In This Topic
    Represents a collection of ViewRow objects used for programmatic access to view elements (items) and for data binding.
    Object Model
    ViewRowCollection Class
    Syntax
    Remarks

    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.

    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.ViewRowCollection

    See Also