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

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