| TextBoxControlIsTextArea Property | 
            Gets (or sets) the value indicating if form control is displayed as TextArea control.
            If FALSE then form control is displayed as TextBox control. Setting this value
            is performed only if FieldInfo is null.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic bool IsTextArea { get; set; }Property Value
Type: 
Boolean See Also
See Also