Click or drag to resize
ExtendedTextAreaTextMode Property
Gets or sets the behaviour mode (single-line, multiline, or password) of this editor control. Only TextBoxMode.MultiLine is supported

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public override TextBoxMode TextMode { get; set; }

Property Value

Type: TextBoxMode
One of the values from TextBoxMode enumeration. Default is TextBoxMode.MultiLine.
See Also