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

    Parameters

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