[]
        
(Showing Draft Content)

C1.WinUI.DataFilter.RangeFilterBase.SetLowerValue

SetLowerValue Method

SetLowerValue(double, bool)

Sets a lower value of RangeFilterBase class.

Declaration
public void SetLowerValue(double value, bool applyFilter)
Public Sub SetLowerValue(value As Double, applyFilter As Boolean)
Parameters
Type Name Description
double value

The lower filter value.

bool applyFilter

The value indicating whether the filter should be automatically applied.