Skip to main content
A newer version of this page is available. .

XRRichTextBoxBase.Multiline Property

For internal use. Gets or sets a value specifying whether carriage returns (CRLF) stored in a label’s text should be processed.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool Multiline { get; set; }

Property Value

Type Default Description
Boolean **true**

Always true.

See Also