Skip to main content
All docs
V20.2

AutoCompleteColumnTextChangedEventArgs.Reason Property

Gets a value that specifies how the text in the AutoCompleteColumn was changed.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public AutoCompleteEditTextChangeReason Reason { get; }

Property Value

Type Description
AutoCompleteEditTextChangeReason

A value that specifies how the text in the AutoCompleteColumn was changed.

Available values:

Name Description
UserInput

A user entered a value in the edit box.

ProgrammaticChange

The text was changed in code.

SuggestionChosen

A user selected a suggestion in the drop-down list.

See Also