FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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.
    Object Model
    GridDataMap Class
    Syntax
    'Declaration
     
    Public Class GridDataMap 
       Inherits System.Windows.DependencyObject
    public class GridDataMap : System.Windows.DependencyObject 
    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
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Grid.GridDataMap

    See Also