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.

Required Fields
-
Name: The name of the field saved to the database.
-
Type: Can be any of the following types:
System.Int16System.Int32System.Int64System.DoubleSystem.SingleSystem.DecimalSystem.StringSystem.Boolean
-
ControlType: Must be set to
Computed. -
ComputedCondition Must be set in order to compute the value.
Optional Fields
-
CustomIndex: Settings for one or more indexes to create on the database that include this column. See here for details.
-
Description: Optional further details about the field. See here for details.
-
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. See here for details.
-
UniqueConstraint (deprecated)
-
UniqueConstraintScopeToParent (deprecated)