ShowSpinner Property (InputNumber)
In This Topic
Gets or sets a value indicating whether the control displays spinner buttons to increment or decrement the value (the step property must be set to a non-zero value).
Syntax
'Declaration
Public Property ShowSpinner As Boolean
public bool ShowSpinner {get; set;}
See Also