ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class
Properties Methods Events

In This Topic
    ViewRowCollection Class Members
    In This Topic

    The following tables list the members exposed by ViewRowCollection.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Clear operation is allowed on the view directly.  
    Public PropertyGets a value indicating whether modifying property values is allowed on the view directly.  
    Public PropertyGets a value indicating whether the CreateRow operation is allowed on the view directly.  
    Public PropertyGets a value indicating whether deleting rows is allowed on the view directly.  
    Public PropertyGets the number of elements in the view.  
    Public PropertyGets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped.  
    Public PropertyGets the top-level groups.  
    Public PropertyGets the collection of indexes for this view allowing to search for ViewRow objects.  
    Public PropertyGets the view row at the specified ordinal position.  
    Public PropertyReturns the collection of properties available in the view element type to programmatic access through ViewRow and to data binding.  
    Public PropertyGets a collection of System.ComponentModel.SortDescription objects that describe how the items in the collection are sorted.  
    Top
    Public Methods
     NameDescription
    Public MethodDeletes all view elements.  
    Public MethodDetermines whether the ViewRowCollection contains a specific view row.  
    Public MethodCreates a new item directly in the view, and a view row associated with it, and adds it to the ViewRowCollection.  
    Public MethodEnters a defer cycle that you can use to merge changes to the view and delay automatic refresh.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodReturns the collection of properties available in the view element type to programmatic access through ViewRow and to data binding.  
    Public MethodDetermines the ordinal position of a specific view row in the ViewRowCollection.  
    Public MethodDeletes the specified view item.  
    Public MethodDeletes the view row at a specified ordinal position in ViewRowCollection.  
    Top
    Public Events
     NameDescription
    Public EventOccurs after a view row has changed.  
    Public EventOccurs after a new view row is created so it can be populated with default values.  
    Top
    See Also