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

In This Topic
DataMap Property (GridColumn)
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
 
Remarks
Columns with an associated GridDataMap will display a picker instead of the inline editor.
See Also