MobileForms Toolkit Documentation

RowCollection.Item Property

Gets or sets the row at the specified index.

public Row this[
int index
] {get; set;}

Parameters

index
The zero-based index of the row to get or set.

Property Value

The row at the specified index.

See Also

RowCollection Class | Resco.Controls.SmartGrid Namespace