Class RichTextEditorQuickToolbarSettings
A class is used to configure the quick toolbar settings in the Rich Text Editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
RichTextEditorQuickToolbarSettings
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorQuickToolbarSettings : SfBaseComponent
Constructors
RichTextEditorQuickToolbarSettings()
Declaration
public RichTextEditorQuickToolbarSettings()
Properties
ActionOnScroll
Specifies the action that should happen when scrolling the target-parent container.
Declaration
public ActionOnScroll ActionOnScroll { get; set; }
Property Value
Type | Description |
---|---|
ActionOnScroll |
Enable
Specifies whether to enable a quick toolbar in the Rich Text Editor or not.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Image
Specifies the items to render in a quick toolbar when the image is selected.
Declaration
public List<ImageToolbarItemModel> Image { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ImageToolbarItemModel> |
Link
Specifies the items to render in a quick toolbar when a link is selected.
Declaration
public List<LinkToolbarItemModel> Link { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LinkToolbarItemModel> |
ShowOnRightClick
Specifies whether to open a quick toolbar on the right click or not.
Declaration
public bool ShowOnRightClick { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Table
Specifies the items to render in a quick toolbar when the table is selected.
Declaration
public List<TableToolbarItemModel> Table { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TableToolbarItemModel> |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |