Gets or sets a value indicating whether the control will submit the form on pressing the Enter key.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public bool SubmitOnEnter { get; set; } |
Visual Basic
![]() |
---|
Public Property SubmitOnEnter As Boolean |
Type: Boolean
true if the control should submit the form on pressing Enter, otherwise false. Default value is true.