FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / ColumnValueConverter Class / Exclusive Property

In This Topic
    Exclusive Property (ColumnValueConverter)
    In This Topic
    Gets a value that determines whether the editor should only allow values present in the Values list.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exclusive As Boolean
    public bool Exclusive {get;}
    See Also