Skip to main content

TextEdit.GetLineText(Int32) Method

Returns the text displayed on the specified line.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.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