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

    Parameters

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