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 of the following types:

    • System.Int16
    • System.Int32
    • System.Int64
    • System.Double
    • System.Single
    • System.Decimal
    • System.String
    • System.Boolean
  • ControlType: Must be set to Computed.

  • ComputedCondition Must be set in order to compute the value.

Optional Fields