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: 12.0.0
Syntax public bool IsTextArea { get; set; }
Property Value
Type:
BooleanSee Also