ExtendedTextArea TextMode Property Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Property Value

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