Skip to content

Computed

Overview

The Computed control type creates a read-only control showing a value computed from other fields on the same container. See ComputedCondition for configuration details.

Computed Control

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 Computed.

  • ComputedCondition

Optional Fields