DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter Namespace / RangeFilter Class / RangeFilter Constructor / RangeFilter Constructor(String,Boolean)
The name of the data item property.
This filter is autogenerated.

In This Topic
    RangeFilter Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of the RangeFilter with the name of the data item property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propertyName As String, _
       Optional ByVal isAutoGenerated As Boolean _
    )
    public RangeFilter( 
       string propertyName,
       bool isAutoGenerated
    )

    Parameters

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