ComponentOne DataFilter for WPF
C1.DataFilter Namespace / BoolFilterBase Class / SetValue Method
The filter value.
The value indicating whether the filter should be automatically applied.

In This Topic
    SetValue Method (BoolFilterBase)
    In This Topic
    Sets a value of BoolFilterBase class.
    Syntax
    'Declaration
     
    
    Public Sub SetValue( _
       ByVal value As Boolean, _
       ByVal applyFilter As Boolean _
    ) 
    public void SetValue( 
       bool value,
       bool applyFilter
    )

    Parameters

    value
    The filter value.
    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also