[]
        
(Showing Draft Content)

C1.WPF.DataFilter.RangeFilterBase-1.SetLowerValue

SetLowerValue Method

SetLowerValue(T?, bool)

Sets a lower value of the filter.

Declaration
public void SetLowerValue(T? val, bool applyFilter)
Parameters
Type Name Description
T? val

The lower filter value.

bool applyFilter

The value indicating whether the filter should be automatically applied.