Class AIAssistViewToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
AIAssistViewToolbarSettings
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class AIAssistViewToolbarSettings : EJTagHelper
Constructors
AIAssistViewToolbarSettings()
Declaration
public AIAssistViewToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
ItemClicked
Declaration
public string ItemClicked { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Items
Specifies the collection of toolbar items in the AIAssistView component. Represents the list of items to be displayed in the toolbar.
Declaration
public object Items { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |