FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn Class / DataMap Property

In This Topic
    DataMap Property (GridDateTimeColumn)
    In This Topic
    Gets or sets the DataMap used to convert raw values into display values for the column.
    Syntax
    'Declaration
     
    Public Property DataMap As GridDataMap
    public GridDataMap DataMap {get; set;}
    Remarks
    Columns with an associated GridDataMap will display a picker instead of the inline editor.
    See Also