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

In This Topic
    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