Back to Devexpress

TextEditCustomHighlightTextEventArgs.TextPosition Property

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

latest1.3 KB
Original Source

TextEditCustomHighlightTextEventArgs.TextPosition Property

Gets the position of the currently processed text line within the editor’s text.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

A zero-based index of the currently processed text line within the editor’s text.

|

See Also

TextEditCustomHighlightTextEventArgs Class

TextEditCustomHighlightTextEventArgs Members

DevExpress.XtraEditors Namespace