Controls/Slider: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=SearchBar | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/searchbar | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Search input with submit/cancel behavior. | props= <tr><td>Text</td><td>?</td><td></td><td>Current query</td></tr> <tr><td>Placeholder</td><td>?</td><td></td><td>Hint text</td></tr> <tr><td>SearchCommand</td><td>?</td><td></td><td>Invoked on search</td></tr> <tr><td>SearchCo..." |
(No difference)
|
Latest revision as of 16:15, 17 October 2025
SearchBar
- Kind
- Control
- Microsoft Docs
- SearchBar documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Search input with submit/cancel behavior.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Current query | |
| Placeholder | ? | Hint text | |
| SearchCommand | ? | Invoked on search | |
| SearchCommandParameter | ? | Command payload | |
| TextColor | ? | ||
| CancelButtonColor | ? | Platform-specific |