Class RichTextEditorTableSettings
The class is used to configure the table related settings in the Rich Text Editor.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
RichTextEditorTableSettings
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorTableSettings : SfBaseComponent
Constructors
RichTextEditorTableSettings()
Declaration
public RichTextEditorTableSettings()
Properties
EnableResize
Specifies a value that enable or disable resizing of table in the editor’s content.
Declaration
public bool EnableResize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxWidth
Defines the maximum Width of the table.
Declaration
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinWidth
Defines the minimum Width of the table.
Declaration
public string MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Styles
Specifies the CssClass, Command, Text which have style properties of the table to be inserted.
Declaration
public List<DropDownItemModel> Styles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DropDownItemModel> |
Width
Specifies the value of the table width.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |