WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / RangeFilterBase Class / SetUpperValue Method
The upper filter value.
The value indicating whether the filter should be automatically applied.
In This Topic
    SetUpperValue Method (RangeFilterBase)
    In This Topic
    Sets a upper value of RangeFilterBase class.
    Syntax
    public void SetUpperValue( 
       double value,
       bool applyFilter
    )

    Parameters

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