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

In This Topic
    Maximum Property (DateTimeFilter)
    In This Topic
    Gets or sets the maximum possible value for the filter.
    Syntax
    'Declaration
     
    
    Public Property Maximum As Date
    public DateTime Maximum {get; set;}
    See Also