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

XRLabel.Lines Property

Gets or sets the text lines in the XRLabel control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

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