Gets or sets the C1GridViewRow at the specified index within the C1GridViewRowCollection. In C#, this property is the indexer for the C1GridViewRowCollection class.

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

Syntax

C#
public C1GridViewRow this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As C1GridViewRow
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also