[]
        
(Showing Draft Content)

C1.Win.DataFilter.DateRangeFilter.-ctor

DateRangeFilter Constructor

DateRangeFilter()

Initializes a new instance of the DateRangeFilter.

Declaration
public DateRangeFilter()
Public Sub New()

DateRangeFilter(string, bool)

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

Declaration
public DateRangeFilter(string propertyName, bool isAutoGenerated = false)
Public Sub New(propertyName As String, Optional isAutoGenerated As Boolean = False)
Parameters
Type Name Description
string propertyName

The name of the data item property.

bool isAutoGenerated

This filter is autogenerated.