Click or drag to resize
FormFieldInfoInheritable Property
Indicates whether field is inheritable (value is set as default value of parent FormFieldInfo, field is disabled if possible) or not.

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

Property Value

Type: Boolean
See Also