ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / NumericFilter Class / Increment Property

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