UI/ToolbarItem: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=ToolbarItem | kind=App Bar Action | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/toolbaritem?view=net-maui-9.0 | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Button(s) in the navigation bar; primary/secondary placement. | props= <tr><td>Text</td><td>?</td><td></td><td>Label</td></tr> <tr><td>IconImageSource</td><td>?</td><td></td><td>Icon</td></tr> <tr><td>Order</td><td>?</td><td></td><td>Primary/Secondary</td><..." |
(No difference)
|
Latest revision as of 16:50, 17 October 2025
ToolbarItem
- Kind
- App Bar Action
- Microsoft Docs
- ToolbarItem documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Button(s) in the navigation bar; primary/secondary placement.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Text | ? | Label | |
| IconImageSource | ? | Icon | |
| Order | ? | Primary/Secondary | |
| Priority | ? | Ordering among items | |
| Command | ? | Invoked on tap | |
| CommandParameter | ? | Payload |