Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDataMap Class
Members

In This Topic
    GridDataMap Class
    In This Topic
    Represents a data map for use with the column's dataMap property.
    Syntax
    'Declaration
     
    
    Public Class GridDataMap 
       Implements C1.Blazor.Core.IDependencyObject 
    public class GridDataMap : C1.Blazor.Core.IDependencyObject  
    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.Blazor.Grid.GridDataMap

    See Also