Increment Property (C1NumericEdit)
In This Topic
Gets or sets a value that indicates the amount to increment/decrement when the user clicks up/down buttons.
Syntax
'Declaration
Public Property Increment As Object
public object Increment {get; set;}
See Also