Gets a C1BaseField object from the C1BaseFieldCollection collection at the specified index.

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

Syntax

JavaScript
function get_item(index);

Parameters

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

Return Value

The C1BaseField object at the specified index in the collection.

See Also