Skip to main content

XRLabel.Lines Property

Gets or sets the text lines in the XRLabel control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public string[] Lines { get; set; }

Property Value

Type Description
String[]

An array of strings that contain the text in the label control.

Remarks

Each element in the array returned by this property represents a line of text in the label control. If the XRLabel.Multiline property of the label control is set to true and a newline character appears in the text, the text following the newline character is added to a new element in the array and displayed on a separate line.

See Also