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

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

    Parameters

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