| Name | Description |
| CssClass | Sets the css class of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| CssStyle | Sets one CSS property. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| CssStyles | Sets the CSS styles. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| Format | Sets the Format property. |
| Height | Overloaded. Sets the height of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| HtmlAttribute | Sets one HTML attribute. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| HtmlAttributes | Overloaded. Sets the HTML attributes. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| Id | Sets the id of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| InputType | Sets the InputType property. |
| IsDisabled | Sets isDisabled state of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| IsReadOnly | Sets the IsReadOnly property. |
| IsRequired | Sets the IsRequired property. |
| Max | Sets the Max property. |
| Min | Sets the Min property. |
| Name | Sets the Name property. (Inherited from C1.Web.Mvc.Fluent.FormInputBaseBuilder<InputNumber,InputNumberBuilder>) |
| OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| OnClientTextChanged | Sets the OnClientTextChanged property. |
| OnClientValueChanged | Sets the OnClientValueChanged property. |
| Placeholder | Sets the Placeholder property. |
| ShowSpinner | Sets the ShowSpinner property. |
| Step | Sets the Step property. |
| TemplateBind | When the control works in template mode, bind the property which name is specified to some item which name is specified. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| Text | Sets the Text property. |
| ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<InputNumber,InputNumberBuilder>) |
| ToTemplate | Transfer to template mode. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |
| Value | Sets the Value property. |
| Width | Overloaded. Sets the width of the control. (Inherited from C1.Web.Mvc.Fluent.ControlBuilder<InputNumber,InputNumberBuilder>) |