Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.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