Skip to main content

TextEditBase.LineCount Property

Gets the total number of text lines.

Namespace: DevExpress.Xpf.Editors

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

#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