C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DataMap Class
Members

DataMap Class
Represents a data map for use with the column's DataMap property.
Object Model
DataMap Class
Syntax
'Declaration
 
Public Class DataMap 
 
Remarks
Data maps provide the grid with automatic look up capabilities. For example, you may want to display a customer name instead of his ID, or a color name instead of its RGB value.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.DataMap

See Also