Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinkToolbarItemModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinkToolbarItemModel

    The class is used to configure quick toolbar items on the links in the Rich Text Editor.

    Inheritance
    System.Object
    LinkToolbarItemModel
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LinkToolbarItemModel : Object

    Constructors

    LinkToolbarItemModel()

    Declaration
    public LinkToolbarItemModel()

    Properties

    Command

    Defines the command name of the link quick toolbar item.

    Declaration
    public LinkToolbarCommand Command { get; set; }
    Property Value
    Type Description
    LinkToolbarCommand

    CssClass

    Defines the CSS class that can be added to link quick toolbar item.

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

    TooltipText

    Defines the command name of the link quick toolbar item.

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved