MobileForms Toolkit Documentation

Column.DataMember Property

Gets or sets the data member of the column.

public string DataMember {get; set;}

Property Value

The data member of the column.

Remarks

When data member is set, it is used to lookup data in the Row. When no data member is set, the column displays the data based on index of the column.

See Also

Column Class | Resco.Controls.SmartGrid Namespace