WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / ChecklistFilter Class / ChecklistFilter Constructor / ChecklistFilter Constructor(String,Boolean)
The name of the data item property.
This filter is autogenerated.
In This Topic
    ChecklistFilter Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of the ChecklistFilter with the name of the data item property.
    Syntax
    public ChecklistFilter( 
       string propertyName,
       bool isAutoGenerated
    )

    Parameters

    propertyName
    The name of the data item property.
    isAutoGenerated
    This filter is autogenerated.
    See Also