Skip to main content
A newer version of this page is available. .

AutoCompleteEditBase.TextChangedCommand Property

Gets or set the command executed when the edit box text is changed. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ICommand TextChangedCommand { get; set; }

Property Value

Type Description
ICommand

The command that exposes the ICommand interface.

See Also