FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnValueConverter Class / SetSource Method / SetSource(IDictionary) Method
Dictionary containing keys (objects to store in the column cells) and strings to display in the cells.

In This Topic
    SetSource(IDictionary) Method
    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).
    Syntax
    'Declaration
     
    Public Overloads Sub SetSource( _
       ByVal dictionary As IDictionary _
    ) 
    public void SetSource( 
       IDictionary dictionary
    )

    Parameters

    dictionary
    Dictionary containing keys (objects to store in the column cells) and strings to display in the cells.
    See Also