FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnValueConverter Class / ColumnValueConverter Constructor / ColumnValueConverter Constructor(ICollection,Boolean)
List with valid values for a grid column.
Whether the column may contain values not included in the values list.

In This Topic
    ColumnValueConverter Constructor(ICollection,Boolean)
    In This Topic
    Initializes a new instance of a ColumnValueConverter based on a simple value list.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal values As ICollection, _
       ByVal exclusive As Boolean _
    )
    public ColumnValueConverter( 
       ICollection values,
       bool exclusive
    )

    Parameters

    values
    List with valid values for a grid column.
    exclusive
    Whether the column may contain values not included in the values list.
    See Also