Skip to content

Spin

Overview

The Spin control type allows for entry of numeric values.

Spin Control

Required Fields

  • Name: The name of the field saved to the database.

  • Type: Can be any of the following numeric type:

    • System.Int16
    • System.Int32
    • System.Int64
    • System.Single
    • System.Double
    • System.Decimal
  • ControlType: Must be set to Spin.

Optional Fields