Allows smart input behavior.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[C1CategoryAttribute("Category.Behavior")]
[BindableAttribute(false)]
[DefaultValueAttribute(true)]
public virtual bool SmartInputMode { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
<C1CategoryAttribute("Category.Behavior")> _
<BindableAttribute(False)> _
<DefaultValueAttribute(True)> _
Public Overridable Property SmartInputMode As Boolean
	Get
	Set

See Also