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

Describes an icon passed to ITelerikIconService.

Definition

Namespace:Telerik.Blazor.Services

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class IconInfo

Inheritance: objectIconInfo

Constructors

Initializes a new instance of the IconInfo class.

C#
public IconInfo(string iconName)
Parameters:iconNamestring

The canonical icon name.

Properties

Gets the canonical icon name, matching nameof(SvgIcon.X) or nameof(FontIcon.X).

C#
public string IconName { get; }