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

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