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
Enables resizing for the table element.
Declaration
public bool Resize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
Styles
Class names appended by default to the table element. Assists in styling the table in specific CSS styles when inserted in the editor.
Declaration
public object Styles { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Width
Specifies the width of the table.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "100%" |