Indexer for this collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index in the collection.

Return Value

C1Field object at the specified index.

See Also