Class AIAssistViewPromptToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
AIAssistViewPromptToolbarSettings
Namespace: Syncfusion.EJ2.InteractiveChat
Assembly: Syncfusion.EJ2.dll
Syntax
public class AIAssistViewPromptToolbarSettings : EJTagHelper
Constructors
AIAssistViewPromptToolbarSettings()
Declaration
public AIAssistViewPromptToolbarSettings()
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 prompt toolbar of 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 |
Width
Specifies the width of the prompt toolbar in the AIAssistView component. Represents the width of the toolbar, which can be set using a string value such as 'auto', '100%', or other CSS width values.
Declaration
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "100%" |