MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.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
    public class GridDataMap : Microsoft.Maui.Controls.BindableObject 
    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
       Microsoft.Maui.Controls.BindableObject
          C1.Maui.Grid.GridDataMap

    See Also