[]
        
(Showing Draft Content)

C1.Win.DataFilter.BoolFilter.-ctor

BoolFilter Constructor

BoolFilter()

Initializes a new instance of the BoolFilter.

Declaration
public BoolFilter()

BoolFilter(string, bool)

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

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

The name of the data item property.

bool isAutoGenerated

This filter is autogenerated.