Library Blazor Components PopupMenu Reference PopupMenu HideIcons

HideIcons

If set to False an icon column will appear left of Text parameter value. PopupMenuOption can use it's property IconTemlate to place an icon or any other element at this location.

razor
[Parameter]
public bool HideIcons { get; set; } = true;

Sign in