UI/FilePicker: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=File Picker | kind=System UI / Platform | ms_url=https://learn.microsoft.com/dotnet/maui/platform-integration/storage/file-picker | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Uses OS file dialog; on Linux wraps GTK file chooser. | props= <tr><td>FileTypes</td><td>?</td><td></td><td>MIME/extensions</td></tr> <tr><td>Multiple</td><td>?</td><td></td><td>Select many files</td></tr> <tr><td>CancellationToken</td><td>?</td><td></td>..." |
(No difference)
|
Latest revision as of 16:37, 17 October 2025
File Picker
- Kind
- System UI / Platform
- Microsoft Docs
- File Picker documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Uses OS file dialog; on Linux wraps GTK file chooser.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| FileTypes | ? | MIME/extensions | |
| Multiple | ? | Select many files | |
| CancellationToken | ? | Async cancel |