Skip to main content
A newer version of this page is available. .

TextEditBase.LineCount Property

Gets the total number of text lines.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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