FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnValueConverter Class / SetSource Method

In This Topic
    SetSource Method (ColumnValueConverter)
    In This Topic
    Sets the converter source to a dictionary containing keys (objects to store in the column cells) and their corresponding display values (strings to display to the user).
    Overload List
    OverloadDescription
    Sets the converter source to a dictionary containing keys (objects to store in the column cells) and their corresponding display values (strings to display to the user).  
    Sets the converter source to a list of values to store in the cell.  
    Sets the converter source to a list of objects that contain the keys (values stored in the column cells) and their corresponding display values.  
    See Also