DateRangeFilterModelTemplateSelector Class
Selects a template for the DateRangeFilterElement based on the active filter model.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v26.1.dll
Declaration
Remarks
Use the DateRangeFilterModelTemplateSelector to apply individual filter editor layouts to DateTime, DateOnly, and TimeOnly columns.
The DateRangeFilterModelTemplateSelector returns a template based on the active filter model:
| Active Filter Model | Template |
|---|---|
| DateOnlyRangeFilterModel | DateOnlyRangeTemplate |
| DateRangeFilterModel | DateTimeRangeTemplate |
| TimeOnlyRangeFilterModel | TimeOnlyRangeTemplate |
Inheritance
Object
DataTemplateSelector
DateRangeFilterModelTemplateSelector
See Also