MobileForms Toolkit Documentation

Row.Item Property (Column)

Gets or sets the data in the field of the row given by the column's DataMember.

public object this[
Resco.Controls.SmartGrid.Column column
] {get; set;}

Parameters

column
The Column of the SmartGrid determining the field in the Row.

Remarks

The SmartGrid does not reflect the change, if new data are set directly using this property. To change the data of the row with updating SmartGrid, use Data property.

See Also

Row Class | Resco.Controls.SmartGrid Namespace | Row.Item Overload List