ClassTelerikFontIcon
Class
The class for the Telerik Font Icon component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFontIcon : IconBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentIconBaseTelerikFontIcon
Implements:
Inherited Members
Constructors
TelerikFontIcon()
Declaration
cs-api-definition
public TelerikFontIcon()
Properties
Icon
Specifies a predefined Telerik icon to be rendered. Takes precedence over the IconClass parameter if both provided. Refer to FontIcon Documentation for more information.
Declaration
cs-api-definition
[Parameter]
public FontIcon? Icon { get; set; }
Property Value
FontIcon?
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
ThrowIfNoIconIsProvided()
Declaration
cs-api-definition
public void ThrowIfNoIconIsProvided()