RadzenHtmlEditorUnderline Class

A RadzenHtmlEditor tool which underlines the selection.

Inheritance

Object

ComponentBase

RadzenHtmlEditorButtonBase

RadzenHtmlEditorUnderline

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

RadzenHtmlEditorButtonBase.OnClick

RadzenHtmlEditorButtonBase.OnInitialized

RadzenHtmlEditorButtonBase.Dispose

RadzenHtmlEditorButtonBase.Editor

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.SetParametersAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenHtmlEditorUnderline : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender

Examples

<RadzenHtmlEditor @bind-Value=@html>
 <RadzenHtmlEditorUnderline />
</RadzenHtmlEdito>
@code {
  string html = "@lt;strong>Hello</strong> world!";
}

Constructors

RadzenHtmlEditorUnderlinelink

A RadzenHtmlEditor tool which underlines the selection.

Declaration
public RadzenHtmlEditorUnderline()

Properties

CommandNamelink

Declaration
protected string CommandName { get; }
Property Value
Type Description
string

Shortcutlink

Specifies the shortcut for the command. Set to "Ctrl+U" by default.

Declaration
public string Shortcut { get; set; }
Property Value
Type Description
stringSpecifies the shortcut for the command. Set to "Ctrl+U" by default.

Titlelink

Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Underline" by default.

Declaration
public string Title { get; set; }
Property Value
Type Description
stringSpecifies the title (tooltip) displayed when the user hovers the tool. Set to "Underline" by default.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder
An error has occurred. This app may no longer respond until reloaded. Reload 🗙