DateRangeFilterModelTemplateSelector Properties
Selects a template for the DateRangeFilterElement based on the active filter model.| Name | Description |
|---|---|
| DateOnlyRangeTemplate | Gets or sets the template that is applied when the active filter model is DateOnlyRangeFilterModel. This is a dependency property. |
| DateTimeRangeTemplate | Gets or sets the template that is applied when the active filter model is DateRangeFilterModel. This is a dependency property. |
| TimeOnlyRangeTemplate | Gets or sets the template applied when the active filter model is TimeOnlyRangeFilterModel. This is a dependency property. |
See Also