Skip to main content

TextEditBase.LineCount Property

Gets the total number of text lines.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int LineCount { get; }

Property Value

Type Description
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