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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

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