Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Default Description
Boolean true

Always true.

See Also