ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputNumber Class / ShowSpinner Property

In This Topic
    ShowSpinner Property
    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
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowSpinner As Boolean
    [DefaultValue(true)]
    public bool ShowSpinner {get; set;}
    See Also