Class RichTextEditorEmojiSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorEmojiSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.AspNetMvc.RichTextEditor.dll
Syntax
public class RichTextEditorEmojiSettings : EJTagHelper
Constructors
RichTextEditorEmojiSettings()
Declaration
public RichTextEditorEmojiSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
IconsSet
Specifies an array of items representing emoji icons.
Declaration
public object IconsSet { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ShowSearchBox
Enables or disables the search box in the emoji picker.
Declaration
public bool ShowSearchBox { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is true |