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

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

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    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