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

TextEdit.GetLineText(Int32) Method

Returns the text displayed on the specified line.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public string GetLineText(
    int lineIndex
)

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