C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumn Class / DataMap Property


In This Topic
DataMap Property
In This Topic
Gets or sets the DataMap used to convert raw values into display values for the column.
Syntax
'Declaration
 
Public Property DataMap As GridDataMap
 
'Usage
 
Dim instance As GridColumn
Dim value As GridDataMap
 
instance.DataMap = value
 
value = instance.DataMap
Remarks
Columns with an associated GridDataMap will display a picker instead of the inline editor.
See Also