ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / RangeFilterBase<T> Class / LowerValue Property

In This Topic
    LowerValue Property (RangeFilterBase<T>)
    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