C1.LiveLinq.LiveViews Namespace : ViewRowCollection Class |
For a list of all members of this type, see ViewRowCollection members.
Name | Description | |
---|---|---|
![]() | Clear | Deletes all view elements. |
![]() | Contains | Determines whether the ViewRowCollection contains a specific view row. |
![]() | CreateRow | Creates a new item directly in the view, and a view row associated with it, and adds it to the ViewRowCollection. |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetItemProperties | Returns the collection of properties available in the view element type to programmatic access through ViewRow and to data binding. |
![]() | IndexOf | Determines the ordinal position of a specific view row in the ViewRowCollection. |
![]() | Remove | Deletes the specified view item. |
![]() | RemoveAt | Deletes the view row at a specified ordinal position in ViewRowCollection. |