menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AIAssistViewView - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AIAssistViewView

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

    Constructors

    AIAssistViewView()

    Declaration
    public AIAssistViewView()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    IconCss

    Specifies the icon CSS for the assist view. Represents the CSS class for the icon of the assist view.

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

    The default value is null

    Name

    Specifies the name of the assist view. Represents the name displayed in the assist view.

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

    The default value is ""

    Type

    Specifies the type of the assist view.

    Declaration
    public AssistViewType Type { get; set; }
    Property Value
    Type Description
    AssistViewType

    The default value is AssistViewType.Assist

    ViewTemplate

    Specifies the template for the view of the assist view. Represents the template for rendering the view, which can be a string or a function.

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

    The default value is ""

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