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

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