Form.Item

Form indexer (1 of 2)

Gets field of the form by field name. Throws excpetion if the field was not found.

public WidgetAnnotation this[string name] { get; }
ParameterDescription
nameName of the field.

Return Value

Retreived field.

See Also


Form indexer (2 of 2)

Gets field of the form by field index.

public WidgetAnnotation this[int index] { get; }
ParameterDescription
indexIndex of the field.

Return Value

Retreived field.

See Also