Skip to main content
All docs
V23.2

ContentControlPlainText.IsMultiline Property

Gets or sets whether the control can contain multiple lines of text.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool IsMultiline { get; set; }

Property Value

Type Description
Boolean

true if the content control can contain multiple lines of text; otherwise, false.

See Also