TextEdit.GetLineText(Int32) Method
Returns the text displayed on the specified line.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| lineIndex | Int32 | The zero-based integer line index. |
Returns
| Type | Description |
|---|---|
| String | A String value that represents the text displayed on the specified line. |
See Also