Click or drag to resize
BasicFormSetDefaultValuesToDisabledFields Property
If true, default values will be set to the disabled fields. Default value is true in insert mode and false in edit mode.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public bool SetDefaultValuesToDisabledFields { get; set; }

Property Value

Type: Boolean
See Also