Back to Devexpress

TextEditCustomizeAutoCompleteSourceEventArgs Properties

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

latest2.0 KB
Original Source

TextEditCustomizeAutoCompleteSourceEventArgs Properties

Contains data for the CustomizeAutoCompleteSource event.

NameDescription
CharIndexGets the caret position in the current line.
CustomSourceAllows you to specify custom auto-complete suggestions for the current word (EditingWord).
EditingWordGets the current word that the user is typing.
HandledGets or sets whether to display custom suggestions (CustomSource) in the drop-down list as is, or to filter this list to display only those items in the drop-down that start with the current word being edited (EditingWord).
LineIndexGets the current line index (in a multi-line text editor).
LineTextGets the text displayed in the current line.

See Also

TextEditCustomizeAutoCompleteSourceEventArgs Class

TextEditCustomizeAutoCompleteSourceEventArgs Members

DevExpress.XtraEditors Namespace