Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / DateTimeRangeFilter Class / LowerValue Property

In This Topic
    LowerValue Property (DateTimeRangeFilter)
    In This Topic
    Gets or sets the current lower magnitude of the range.
    Syntax
    'Declaration
     
    
    Public Overridable Property LowerValue As Nullable(Of T)
    public virtual Nullable<T> LowerValue {get; set;}
    See Also