Represents an individual row 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#
[ToolboxItemAttribute(false)]
[ParseChildrenAttribute(true, "Cells")]
[PersistChildrenAttribute(false)]
[DefaultPropertyAttribute("Cells")]
public class C1GridViewRow : TableRow, 
	IDataItemContainer, INamingContainer
Visual Basic
<ToolboxItemAttribute(False)> _
<ParseChildrenAttribute(True, "Cells")> _
<PersistChildrenAttribute(False)> _
<DefaultPropertyAttribute("Cells")> _
Public Class C1GridViewRow _
	Inherits TableRow _
	Implements IDataItemContainer, INamingContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..TableRow
        C1.Web.UI.Controls.C1GridView..::..C1GridViewRow

See Also