The Blazor ProfileMenu shows a user avatar with a dropdown of account and navigation actions.
The following keys or key combinations provide a way for users to navigate and interact with Radzen Blazor ProfileMenu component.
| Press this key | To do this |
|---|---|
| Tab | Navigate to a ProfileMenu. |
| Space or Enter | Open the ProfileMenu. |
| Space or Enter on a ProfileMenu item | Navigate. |
| DownArrow | Open the menu (focus the first item) when closed, or focus the next item when open. |
| UpArrow | Open the menu (focus the last item) when closed, or focus the previous item when open. |
| Home | Open the menu if closed and focus the first item. |
| End | Open the menu if closed and focus the last item. |
| A-Z, a-z, 0-9 | Type a character to focus the next item whose text starts with it. |
| Esc | Close the ProfileMenu. |
Use RadzenProfileMenu with an avatar and RadzenProfileMenuItem children for account and navigation actions.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT
On this page