| ExtendedTextAreaTextMode Property | 
            Gets or sets the behaviour mode (single-line, multiline, or password) of this editor control. 
            Only TextBoxMode.MultiLine is supported
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic override TextBoxMode TextMode { get; set; }Property Value
Type: 
TextBoxModeOne of the values from TextBoxMode enumeration. Default is TextBoxMode.MultiLine.
 See Also
See Also