Type | Description | |||
Boolean | A boolean expression that indicates whether the drop down filter window displays a date selector to filter items into a given interval. |
The "Date:" filed is shown if the DisplayFilterPattern property is True and the DisplayFilterDate property is True. Use The FilterList property on exNoItems, so no items from the column are being included in the filter's list.
The calendar control is shown if the DisplayFilterPattern property is False and the DisplayFilterDate property is True. Use The FilterList property on exNoItems, so no items from the column are being included in the filter's list.
No date or pattern field is shown if the DisplayFilterPattern property is False and the DisplayFilterDate property is False.
The "Filter For:" filed is shown if the DisplayFilterPattern property is True and the DisplayFilterDate property is False.