Class RichTextEditorFormat
Inheritance
System.Object
RichTextEditorFormat
Assembly: Syncfusion.EJ2.dll
Syntax
public class RichTextEditorFormat : EJTagHelper
Constructors
RichTextEditorFormat()
Declaration
public RichTextEditorFormat()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Default
Declaration
public string Default { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Types
Specifies default font size items
Declaration
public object Types { get; set; }
Property Value
Type |
Description |
System.Object |
|
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|