'Declaration Public Property CalculationIndex As System.Integer
public System.int CalculationIndex {get; set;}
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.
Field.TriggerEvents.RecalculateValue can be used to specify JavaScript that is used to calculate the field's value.
'Declaration Public Property CalculationIndex As System.Integer
public System.int CalculationIndex {get; set;}