Form.AutoRecalculate

Form.AutoRecalculate property

If set, all form fields will be recalculated when any field is changed. Default value is true. Set to false in order to increase performance when filling form with large amount of calculated fields.

public bool AutoRecalculate { get; set; }

See Also