Skip to main content
All docs
V26.1
  • TimeOnlyRangeFilterModel Class

    A filter model for the DateRangeFilterElement applied when the bound column contains TimeOnly values.

    Namespace: DevExpress.Xpf.Core.FilteringUI

    Assembly: DevExpress.Xpf.Grid.v26.1.Core.dll

    Declaration

    public class TimeOnlyRangeFilterModel :
        RangeFilterModelBase<TimeOnly>

    Remarks

    When a DateRangeFilterElement is bound to a TimeOnly column, the TimeOnlyRangeFilterModel is active.

    The DateRangeFilterModelTemplateSelector applies the TimeOnlyRangeTemplate to the filter editor when the TimeOnlyRangeFilterModel is used as active.

    See Also