ComboBoxEdit.SearchTextChangedCommand Property
Specifies the command executed when the SearchText property value changes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public ICommand SearchTextChangedCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | An ICommand object. |
See Also