alexa
menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AIAssistViewFooterToolbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    AIAssistViewFooterToolbarSettings
    Namespace: Syncfusion.EJ2.InteractiveChat
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class AIAssistViewFooterToolbarSettings : EJTagHelper

    Constructors

    AIAssistViewFooterToolbarSettings()

    Declaration
    public AIAssistViewFooterToolbarSettings()

    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 in the footer 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

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved