MobileForms Toolkit Documentation

RowCollection.Item Property

Gets or sets the Row at the specified index.

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

Property Value

The Row at the specified index.

Exceptions

Exception Type Condition
IndexOutOfRangeException If index is less then 0 or greater or equal to row count, exception is thrown.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace