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

In This Topic
    SetLowerValue Method (DateRangeFilterBase)
    In This Topic
    Sets a lower value of DateRangeFilterBase class.
    Syntax
    'Declaration
     
    
    Public Sub SetLowerValue( _
       ByVal val As Nullable(Of Date), _
       ByVal applyFilter As Boolean _
    ) 
    public void SetLowerValue( 
       Nullable<DateTime> val,
       bool applyFilter
    )

    Parameters

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