MobileForms Toolkit Documentation

Row.Item Property

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

Overload List

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

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

Gets or sets the data in the field of the row given by its index.

public object this[int] {get; set;}

Gets or sets the data in the field of the row given by its name.

public object this[string] {get; set;}

See Also

Row Class | Resco.Controls.SmartGrid Namespace