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