Class AIAssistViewFooterToolbarSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AIAssistViewFooterToolbarSettingsBuilder
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.InteractiveChat
Assembly: Syncfusion.AspNetMvc.InteractiveChat.dll
Syntax
public class AIAssistViewFooterToolbarSettingsBuilder : ControlBuilder
Constructors
AIAssistViewFooterToolbarSettingsBuilder()
Declaration
public AIAssistViewFooterToolbarSettingsBuilder()
AIAssistViewFooterToolbarSettingsBuilder(AIAssistViewFooterToolbarSettings)
Declaration
public AIAssistViewFooterToolbarSettingsBuilder(AIAssistViewFooterToolbarSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| AIAssistViewFooterToolbarSettings | model |
Methods
ItemClick(String)
Event raised when a toolbar item is clicked in the footer toolbar of the AIAssistView component.
Declaration
public AIAssistViewFooterToolbarSettingsBuilder ItemClick(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| AIAssistViewFooterToolbarSettingsBuilder |
Items(Object)
Specifies the collection of toolbar items in the footer toolbar of the AIAssistView component. Represents the list of items to be displayed in the toolbar.
Declaration
public AIAssistViewFooterToolbarSettingsBuilder Items(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| AIAssistViewFooterToolbarSettingsBuilder |
ToolbarPosition(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 AIAssistViewFooterToolbarSettingsBuilder ToolbarPosition(ToolbarPosition value)
Parameters
| Type | Name | Description |
|---|---|---|
| ToolbarPosition | value |
Returns
| Type |
|---|
| AIAssistViewFooterToolbarSettingsBuilder |