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.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntaxpublic bool IsTextArea { get; set; }
Property Value
Type:
Boolean
See Also