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

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