UI/DisplayActionSheet: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=DisplayActionSheet | kind=System UI / Dialog | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/pages/display-action-sheet | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Choice list dialog (options + cancel/destruction). | props= <tr><td>Title</td><td>?</td><td></td><td>Dialog title</td></tr> <tr><td>Cancel</td><td>?</td><td></td><td>Cancel label</td></tr> <tr><td>Destruction</td><td>?</td><td></td><td>Destructive a..." |
(No difference)
|
Latest revision as of 16:35, 17 October 2025
DisplayActionSheet
- Kind
- System UI / Dialog
- Microsoft Docs
- DisplayActionSheet documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Choice list dialog (options + cancel/destruction).
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Title | ? | Dialog title | |
| Cancel | ? | Cancel label | |
| Destruction | ? | Destructive action label | |
| Buttons | ? | Array of options |