Back to Devexpress

AutoCompleteEditBase.TextChangedCommand Property

maui-devexpress-dot-maui-dot-editors-dot-autocompleteeditbase-8f5977be.md

latest985 B
Original Source

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

csharp
public ICommand TextChangedCommand { get; set; }

Property Value

TypeDescription
ICommand

The command that exposes the ICommand interface.

|

See Also

AutoCompleteEditBase Class

AutoCompleteEditBase Members

DevExpress.Maui.Editors Namespace