Class LinkToolbarItemModel
The class is used to configure quick toolbar items for links in the SfRichTextEditor.
Inheritance
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.