ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMap Class
Members

In This Topic
    DataMap Class
    In This Topic
    Represents a data map for use with the column's DataMap property.
    Syntax
    'Declaration
     
    
    Public Class DataMap 
    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