AutoCompleteEdit.TextChangedCommand Property
In This Article
Specifies the command executed when the edit box text is changed.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public ICommand TextChangedCommand { get; set; }
#Property Value
Type | Description |
---|---|
ICommand | A command that exposes the ICommand interface. |
See Also