Class RichTextEditorTableSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorTableSettings
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorTableSettings : EJTagHelper
Constructors
RichTextEditorTableSettings()
Declaration
public RichTextEditorTableSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
MaxWidth
Defines the maximum Width of the table.
Declaration
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MinWidth
Defines the minimum Width of the table.
Declaration
public string MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
Resize
To enable resizing for table element.
Declaration
public bool Resize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Styles
Class name should be appended by default in table element. It helps to design the table in specific CSS styles always when inserting in editor.
Declaration
public object Styles { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Width
To specify the width of table
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "100%" |