Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenHtmlEditorBold

    A RadzenHtmlEditor tool which bolds the selection.

    Inheritance
    System.Object
    Radzen.Blazor.RadzenHtmlEditorButtonBase
    RadzenHtmlEditorBold
    Implements
    IDisposable
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenHtmlEditorBold : RadzenHtmlEditorButtonBase, IDisposable
    Examples
    <RadzenHtmlEditor @bind-Value=@html>
     <RadzenHtmlEditorBold />
    </RadzenHtmlEdito>
    @code {
      string html = "@lt;strong>Hello</strong> world!";
    }

    Properties

    CommandName

    Declaration
    protected override string CommandName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Radzen.Blazor.RadzenHtmlEditorButtonBase.CommandName

    Shortcut

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

    Declaration
    public override string Shortcut { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Radzen.Blazor.RadzenHtmlEditorButtonBase.Shortcut

    Title

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

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT