DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.8 Assembly / C1.Win.DataFilter Namespace / RangeFilter Class / Increment Property

In This Topic
    Increment Property (RangeFilter)
    In This Topic
    Gets or set the the amount to increment/decrement when the user clicks up/down buttons.
    Syntax
    'Declaration
     
    Public Property Increment As Double
    public double Increment {get; set;}
    See Also