Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / DateRangeFilterBase Class / UpperValue Property

In This Topic
    UpperValue Property (DateRangeFilterBase)
    In This Topic
    Gets or sets the current upper magnitude of the range.
    Syntax
    'Declaration
     
    
    Public Property UpperValue As Nullable(Of Date)
    public Nullable<DateTime> UpperValue {get; set;}
    See Also