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