DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / RangeFilterBase Class / UpperValue Property

In This Topic
    UpperValue Property (RangeFilterBase)
    In This Topic
    Gets or sets the current upper magnitude of the range.
    Syntax
    'Declaration
     
    Public Property UpperValue As Double
    public double UpperValue {get; set;}
    See Also