menu

Blazor

  • Code Examples
  • 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 for links in the SfRichTextEditor.

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

    This class allows the customization of quick toolbar actions specifically for managing links within the editor.

    Constructors

    LinkToolbarItemModel()

    Declaration
    public LinkToolbarItemModel()

    Properties

    Command

    Gets or sets the command name of the link quick toolbar item.

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

    An instance of LinkToolbarCommand used to specify command actions.

    Remarks

    This Command property outlines the action that will occur when the toolbar item is selected.

    CssClass

    Gets or sets the CSS class that can be added to customize the link quick toolbar item.

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

    A string of CSS classes used for styling.

    Remarks

    The CssClass property is used to apply styles to the quick toolbar items specifically for link management.

    TooltipText

    Gets or sets the tooltip text of the link quick toolbar item.

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

    A string that provides additional context.

    Remarks

    The TooltipText acts as a helper to inform users of the toolbar item's function.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved