ComboBoxEdit.SearchText Property
Returns the entered search text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string SearchText { get; }
Property Value
Type | Description |
---|---|
String | The search text string. |
See Also