Skip to main content
All docs
V25.1
  • ContentControlPlainText.IsMultiline Property

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

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    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