Skip to main content

ComboBoxEdit.SearchText Property

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