Click or drag to resize
AbstractBasicFormProcessDisabledFields Property
Indicates if disabled fields should be processed (validated and saved). Default value is true in insert mode and false in edit mode.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool ProcessDisabledFields { get; set; }

Property Value

Type: Boolean
See Also