DateOnlyRangeFilterModel Class
A filter model for the DateRangeFilterElement that is applied when the bound column contains DateOnly values.
Namespace: DevExpress.Xpf.Core.FilteringUI
Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll
Declaration
Remarks
When a DateRangeFilterElement is bound to a DateOnly column, the DateOnlyRangeFilterModel is used as the active filter model.
The DateRangeFilterModelTemplateSelector applies the DateOnlyRangeTemplate to the filter editor when the DateOnlyRangeFilterModel is active.
Inheritance
See Also