SaveButton
Overview
The SaveButton control type creates a button that can be used to save all the results on the page.
Required Fields
-
Name: The name of the field saved to the database.
-
Type: Must be set to
System.String
. -
ControlType: Must be set to
SaveButton
.
Optional Fields
-
DisplayName: The name that will be shown for the field above the input box. This can be any string. If no DisplayName is provided, Name will be shown.
-
Group: The layout group position for this control.