The members of Xamarin.Forms.SearchBar are listed below.
See Also: Inherited members from Xamarin.Forms.View
| Creates a new Xamarin.Forms.SearchBar. |
static readonly | CancelButtonColorProperty | BindableProperty. Backing store for the CancelButtonColor property. |
static readonly | PlaceholderProperty | BindableProperty. Backing store for the SearchBar.Placeholder property. |
static readonly | SearchCommandParameterProperty | BindableProperty. Backing store for the SearchBar.SearchCommandParameter property. |
static readonly | SearchCommandProperty | BindableProperty. Backing store for the SearchBar.SearchCommand property. |
static readonly | TextProperty | BindableProperty. Backing store for the SearchBar.Text property. |
| CancelButtonColor | Color. Gets or sets the color of the cancel button. | |
| Placeholder | string. Gets or sets the text that is displayed when the Xamarin.Forms.SearchBar is empty. | |
| SearchCommand | System.Windows.Input.ICommand. Gets or sets the command that is run when the user presses Search button. | |
| SearchCommandParameter | object. Gets or sets the parameter that is sent to the SearchBar.SearchCommand. | |
| Text | string. Gets or sets the text that is displayed in the Xamarin.Forms.SearchBar. |
| SearchButtonPressed | Event that is raised when the user presses the Search button. | |
| TextChanged | Event that is raised when the SearchBar.Text property is changed. For example, this event is raised as the user edits the text in the SearchBar. |