alexa
menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class InlineAIAssistCommandSettings

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

    Constructors

    InlineAIAssistCommandSettings()

    Declaration
    public InlineAIAssistCommandSettings()

    Properties

    Commands

    Specifies the collection of command items displayed in the command menu. Specifies the items shown for quick selection in the prompt toolbar.

    Declaration
    public object Commands { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    ItemSelect

    Declaration
    public string ItemSelect { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    PopupHeight

    Specifies the height of the command menu popup. Specifies a CSS height value such as 'auto', '240px', or '50%'.

    Declaration
    public string PopupHeight { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    PopupWidth

    SSpecifies the width of the command menu popup. Specifies a CSS width value such as '320px' or '40%'.

    Declaration
    public string PopupWidth { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

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