Skip to main content

XRRichTextBoxBase.Lines Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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