TextEditBase.TextChangedCommand Property
Gets or sets the command executed when text in the edit box changes. 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. |
See Also