Gets a C1BaseField derived column object from the C1BaseFieldCollection collection at the specified index. In C#, this property is the indexer for the C1BaseFieldCollection class.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index of the C1BaseField derived object in the C1BaseFieldCollection collection to retrieve.

See Also