FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnValueConverter Class / SetSource Method / SetSource(ICollection,Boolean) Method
Values to store in cells and display to user.
Whether the user can enter values that are not on the list.

In This Topic
    SetSource(ICollection,Boolean) Method
    In This Topic
    Sets the converter source to a list of values to store in the cell.
    Syntax
    'Declaration
     
    Public Overloads Sub SetSource( _
       ByVal values As ICollection, _
       ByVal exclusive As Boolean _
    ) 
    public void SetSource( 
       ICollection values,
       bool exclusive
    )

    Parameters

    values
    Values to store in cells and display to user.
    exclusive
    Whether the user can enter values that are not on the list.
    See Also