Back to Devexpress

TextEditCustomHighlightTextEventArgs.LineIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-texteditcustomhighlighttexteventargs.md

latest1.3 KB
Original Source

TextEditCustomHighlightTextEventArgs.LineIndex Property

Gets the zero-based index of the currently processed text line for multi-line text. Returns 0 for single-line text.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int LineIndex { get; }
vb
Public ReadOnly Property LineIndex As Integer

Property Value

TypeDescription
Int32

The zero-based index of the currently processed text line.

|

See Also

TextEditCustomHighlightTextEventArgs Class

TextEditCustomHighlightTextEventArgs Members

DevExpress.XtraEditors Namespace