ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ThreeStateFilter Class / ThreeStateFilter Constructor / ThreeStateFilter Constructor(String,Boolean)
The name of the data item property.
This filter is auto generated.

In This Topic
    ThreeStateFilter Constructor(String,Boolean)
    In This Topic
    Ctor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       Optional ByVal propertyName As String, _
       Optional ByVal isAutoGenerated As Boolean _
    )
    public ThreeStateFilter( 
       string propertyName,
       bool isAutoGenerated
    )

    Parameters

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