Class RichTextEditorEmojiSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RichTextEditorEmojiSettings
Namespace: Syncfusion.EJ2.RichTextEditor
Assembly: Syncfusion.EJ2.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
Specify 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 an emoji picker.
Declaration
public bool ShowSearchBox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |