Back to Devexpress

TextEditCustomizeAutoCompleteSourceEventArgs.CharIndex Property

windowsforms-devexpress-dot-xtraeditors-dot-texteditcustomizeautocompletesourceeventargs.md

latest1.2 KB
Original Source

TextEditCustomizeAutoCompleteSourceEventArgs.CharIndex Property

Gets the caret position in the current line.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Int32

The caret position in the current line.

|

See Also

TextEditCustomizeAutoCompleteSourceEventArgs Class

TextEditCustomizeAutoCompleteSourceEventArgs Members

DevExpress.XtraEditors Namespace