[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.FieldCollection.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public Field this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As Field
Parameters
Type Name Description
int index

The index in the current collection.

Property Value
Type Description
Field

The element at the specified index.

this[string]

Gets the field with the specified name.

Declaration
public Field this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As Field
Parameters
Type Name Description
string name

The name of the field.

Property Value
Type Description
Field

The Field object with the specified Name, or an empty field if a field with the specified name was not found.