Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
AIAssistViewFooterToolbarSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class AIAssistViewFooterToolbarSettingsBuilder : ControlBuilder
Constructors
Declaration
public AIAssistViewFooterToolbarSettingsBuilder()
Declaration
public AIAssistViewFooterToolbarSettingsBuilder(AIAssistViewFooterToolbarSettings model)
Parameters
Methods
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
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
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
Returns