...
An application can add calculated properties to a class or layout. If you're not already familiar with expressions, please see the expression topics for Metadata Expressions for more information.
Use the ClassBuilder.Add.CalculatedProperty(...)
or one of the overloads to create a new calculated property.
See Metadata Delegate Expressions for for many examples of creating calculated properties.
...