Skip to main content

TextEditBase.TextChangedCommand Property

Specifies the command executed when text in the edit box changes.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public ICommand TextChangedCommand { get; set; }

Property Value

Type Description
ICommand

An ICommand object that specifies a command.

See Also