MobileForms Toolkit Documentation

PropertyMapping.GetName Method 

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

public override string GetName(
int i
);

Parameters

i
The index of the column.

Return Value

The name of the column or null, if the index is out of range.

See Also

PropertyMapping Class | Resco.Controls.AdvancedList Namespace