WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / DateOnlyRangeFilter Class
Members
In This Topic
    DateOnlyRangeFilter Class
    In This Topic
    Represents a filter of System.DateOnly values with range slider or editors of range.
    Object Model
    DateOnlyRangeFilter ClassExpression Class
    Syntax
    public class DateOnlyRangeFilter : C1.WinUI.DataFilter.RangeFilterBase<DateOnly> 
    Inheritance Hierarchy

    System.Object
       C1.WinUI.DataFilter.NotifyPropertyChanged
          C1.WinUI.DataFilter.Filter
             C1.WinUI.DataFilter.RangeFilterBase<T>
                C1.WinUI.DataFilter.DateOnlyRangeFilter

    See Also