Skip to main content
All docs
V26.1
  • 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

    public class DateOnlyRangeFilterModel :
        RangeFilterModelBase<DateOnly>

    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.

    See Also