NumericTextBox
Configuration
- AsModule(Boolean value)
- AutoAdjust(Boolean value)
- Culture(System.String culture)
- Decimals(Int32 decimals)
- DecreaseButtonTitle(System.String title)
- Deferred(Boolean deferred)
- Enable(Boolean value)
- Events(System.Action<Kendo.Mvc.UI.Fluent.NumericTextBoxEventBuilder> EventsAction)
- Events.Change(System.Func<System.Object,System.Object> handler)
- Events.Change(System.String handler)
- Events.Spin(System.Func<System.Object,System.Object> handler)
- Events.Spin(System.String handler)
- Factor(Double value)
- FillMode(Kendo.Mvc.UI.FillMode value)
- Format(System.String format)
- HtmlAttributes(System.Object attributes)
- HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object> attributes)
- IncreaseButtonTitle(System.String title)
- Label(System.Action<Kendo.Mvc.UI.Fluent.NumericTextBoxLabelSettingsBuilder> configurator)
- Label.Content(System.String value)
- Label.ContentHandler(System.String handler)
- Label.Floating(Boolean value)
- Max(System.Nullable<T> max)
- Min(System.Nullable<T> min)
- ModelMetadata(System.Web.Mvc.ModelMetadata modelMetadata)
- Name(System.String componentName)
- Placeholder(System.String placeholder)
- PrefixOptions(System.Action<Kendo.Mvc.UI.Fluent.PrefixOptionsSettingsBuilder> configurator)
- PrefixOptions.Icon(System.String value)
- PrefixOptions.Separator(Boolean value)
- PrefixOptions.Template(System.String value)
- PrefixOptions.Template(Kendo.Mvc.UI.TemplateBuilder<TModel> template)
- PrefixOptions.TemplateHandler(System.String value)
- PrefixOptions.TemplateId(System.String value)
- PrefixOptions.TemplateView(System.Web.Mvc.MvcHtmlString value)
- Render()
- RestrictDecimals(Boolean restrictDecimals)
- Round(Boolean round)
- Rounded(Kendo.Mvc.UI.Rounded value)
- ScriptAttributes(System.Object, Boolean attributes)
- ScriptAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>, Boolean attributes)
- SelectOnFocus(Boolean value)
- SelectOnFocus()
- Size(Kendo.Mvc.UI.ComponentSize value)
- Spinners(Boolean value)
- Step(T step)
- SuffixOptions(System.Action<Kendo.Mvc.UI.Fluent.SuffixOptionsSettingsBuilder> configurator)
- SuffixOptions.Icon(System.String value)
- SuffixOptions.Separator(Boolean value)
- SuffixOptions.Template(System.String value)
- SuffixOptions.Template(Kendo.Mvc.UI.TemplateBuilder<TModel> template)
- SuffixOptions.TemplateHandler(System.String value)
- SuffixOptions.TemplateId(System.String value)
- SuffixOptions.TemplateView(System.Web.Mvc.MvcHtmlString value)
- ToClientTemplate()
- ToComponent()
- ToHtmlString()
- Value(System.Nullable<T> value)