C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Item Property
The index of the C1BaseField derived object in the C1BaseFieldCollection collection to retrieve.

In This Topic
Item Property (C1BaseFieldCollection)
In This Topic
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.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1BaseField
 

Parameters

index
The index of the C1BaseField derived object in the C1BaseFieldCollection collection to retrieve.
See Also