Spin
Overview
The Spin control type allows for entry of numeric values.
Required Fields
-
Name: The name of the field saved to the database.
-
Type: Can be any numeric type, including (but not limited to):
-
System.Int32
System.Double
System.Decimal
-
ControlType: Must be set to
Spin
.
Optional Fields
-
CustomIndex: Settings for one or more indexes to create on the database that include this column.
-
Description: Optional further details about the field.
-
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.
-
UniqueConstraint (deprecated)
-
UniqueConstraintScopeToParent (deprecated)