Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / DateOnlyRangeFilter Class / Minimum Property

In This Topic
    Minimum Property (DateOnlyRangeFilter)
    In This Topic
    Gets or sets the minimum value of the range.
    Syntax
    'Declaration
     
    
    Public Overridable Property Minimum As DateOnly
    public virtual DateOnly Minimum {get; set;}
    See Also