menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class AccordionBaseItem

    Inheritance
    System.Object
    EJTagHelper
    AccordionBaseItem
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class AccordionBaseItem : EJTagHelper

    Constructors

    AccordionBaseItem()

    Initializes a new instance of the AccordionBaseItem class.

    Declaration
    public AccordionBaseItem()

    Properties

    AjaxUrl

    Gets or sets the ajax URL.

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

    The ajax url.

    ContentTemplate

    Gets or sets the content template.

    Declaration
    public MvcTemplate<AccordionBaseItem> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<AccordionBaseItem>

    The content template.

    HeaderTemplate

    Gets or sets the header template.

    Declaration
    public MvcTemplate<AccordionBaseItem> HeaderTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<AccordionBaseItem>

    The header template.

    ID

    Gets or sets the identifier.

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

    The id.

    Text

    Gets or sets the text.

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

    The text.

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