Gets or sets the data in the field of the row given by the column's DataMember.
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;}
Row Class | Resco.Controls.SmartGrid Namespace