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

XRRichTextBoxBase.Lines Property

For internal use. Gets or sets the text lines in the XRRichTextBoxBase control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatData)]
public string[] Lines { get; set; }

Property Value

Type Description
String[]

An array of String values that contain some text in the XRRichTextBoxBase control.

See Also