New to Telerik UI for BlazorStart a free 30-day trial

Context Menu Icons

Updated on Aug 31, 2026

You can add Telerik Font or SVG icons to the ContextMenu items. The component also supports custom icons.

To use ContextMenu item icons, define a property in the component model class and assign the property name to the IconField parameter of the ContextMenu.

The model property can hold:

  • A property of the static SvgIcon class;
  • A member of the FontIcon enum;
  • A string that is a CSS class for a custom icon.

If the icon property name in the ContextMenu model is Icon, there is no need to set the IconField parameter.

Make sure to register font-icons.css if using Telerik font icons.

How to use icons in Telerik Context Menu

Example
View Source
Loading ...

See Also

In this article
See Also
Not finding the help you need?
Contact Support