TextEditBase.LineCount Property
Gets the total number of text lines.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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