MobileForms Toolkit Documentation

PropertyMapping.Item Property

Returns the name of the i-th column in the underlying PropertyDescriptorCollection.

public override string this[
int i
] {get;}

Parameters

i
The index of the column.

Exceptions

Exception Type Condition
IndexOutOfRangeException if the index is out of range.

See Also

PropertyMapping Class | Resco.Controls.AdvancedTree Namespace