ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonNumericBox Class / Increment Property

In This Topic
    Increment Property
    In This Topic
    Gets or sets the amount by which the Value property changes when the users presses the up and down keys.
    Syntax
    'Declaration
     
    Public Property Increment As System.Decimal
    public System.decimal Increment {get; set;}
    See Also