ComponentOne ASP.NET MVC Controls
ShowSpinner Property

C1.Web.Mvc Namespace > InputNumber Class : ShowSpinner Property
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
 
<DefaultValueAttribute(True)>
Public Property ShowSpinner As Boolean
[DefaultValue(true)]
public bool ShowSpinner {get; set;}
See Also

Reference

InputNumber Class
InputNumber Members