TextEdit.GetLineLength(Int32) Method
In This Article
Returns the number of characters in the specified line.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
line |
Int32 | The zero-based integer line index. |
#Returns
Type | Description |
---|---|
Int32 | The number of characters in the specified line. |
See Also