Back to Devexpress

TextEditBase.LineCount Property

wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-c521350a.md

latest1.2 KB
Original Source

TextEditBase.LineCount Property

Gets the total number of text lines.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int LineCount { get; }
vb
Public ReadOnly Property LineCount As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the total number of text lines.

|

Remarks

The text edit can display multiple text lines if the text wrapping is enabled (TextEditBase.TextWrapping).

See Also

TextWrapping

TextEditBase Class

TextEditBase Members

DevExpress.Xpf.Editors Namespace