Gets or sets a value indicating whether the control will submit the form on pressing the Enter key.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public bool SubmitOnEnter { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property SubmitOnEnter As Boolean |
Property Value
Type: Boolean true if the control should submit the form on pressing Enter, otherwise false. Default value is true.
See Also
|