SuggestionsRequestEventArgs.Text Property
Gets the text entered in the edit box.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String | A value that specifies the text entered in the edit box. |
See Also