ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputNumberTagHelper Class / ShowSpinner Property

In This Topic
    ShowSpinner Property (InputNumberTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputNumber.ShowSpinner. 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