ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowCollection Class
Properties

In This Topic
    C1GridViewRowCollection Class Members
    In This Topic

    The following tables list the members exposed by C1GridViewRowCollection.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Initializes a new instance of the C1GridViewRowCollection class using the specified System.Collections.ArrayList.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in the C1GridViewRowCollection.  
    Public PropertyGets a value indicating whether access to the C1GridViewRowCollection is synchronized (thread-safe).  
    Public PropertyGets or sets the C1GridViewRow at the specified index within the C1GridViewRowCollection. In C#, this property is the indexer for the C1GridViewRowCollection class.  
    Public PropertyGets the object that can be used to synchronize access to the C1GridViewRowCollection.  
    Top
    See Also