[]
        
(Showing Draft Content)

C1.WPF.DataFilter.RangeFilter.-ctor

RangeFilter Constructor

RangeFilter()

Initializes a new instance of the RangeFilter.

Declaration
public RangeFilter()

RangeFilter(string, bool)

Initializes a new instance of the RangeFilter with the name of the data item property.

Declaration
public RangeFilter(string propertyName, bool isAutoGenerated = false)
Parameters
Type Name Description
string propertyName

The name of the data item property.

bool isAutoGenerated

This filter is autogenerated.