Class LinkToolbarItemModel
The class is used to configure quick toolbar items on the links in the SfRichTextEditor.
Inheritance
System.Object
LinkToolbarItemModel
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinkToolbarItemModel : Object
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 |
---|
LinkToolbarCommand |
CssClass
Gets or sets the CSS class that can be added to link quick toolbar item to customize it.
Declaration
public string CssClass { get; set; }
Property Value
Type |
---|
System.String |
TooltipText
Gets or sets the command name of the link quick toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type |
---|
System.String |