Class InlineAIAssistInlineToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
InlineAIAssistInlineToolbarSettings
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class InlineAIAssistInlineToolbarSettings : EJTagHelper
Constructors
InlineAIAssistInlineToolbarSettings()
Declaration
public InlineAIAssistInlineToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
ItemClick
Declaration
public string ItemClick { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The default value is null |
Items
Specifies the collection of toolbar items rendered in the response toolbar. Specifies an array of ToolbarItemModel objects used for customization and interaction.
Declaration
public object Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
ToolbarPosition
Specifies the position of the footer toolbar in the editor. This property determines whether the toolbar is rendered inline with the content or at the bottom of the edit area.
Declaration
public ToolbarPosition ToolbarPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolbarPosition | The default value is ToolbarPosition.Inline |