Represents a collection of C1GridViewRow objects in a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class C1GridViewRowCollection : ICollection, 
	IEnumerable
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class C1GridViewRowCollection _
	Implements ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  C1.Web.UI.Controls.C1GridView..::..C1GridViewRowCollection

See Also