Back to Devexpress

TextEdit.GetLineText(Int32) Method

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-dot-getlinetext-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

TextEdit.GetLineText(Int32) Method

Returns the text displayed on the specified line.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string GetLineText(
    int lineIndex
)
vb
Public Function GetLineText(
    lineIndex As Integer
) As String

Parameters

NameTypeDescription
lineIndexInt32

The zero-based integer line index.

|

Returns

TypeDescription
String

A String value that represents the text displayed on the specified line.

|

See Also

CaretIndex

GetLineLength(Int32)

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace