menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CollapsibleCards

    Inheritance
    System.Object
    EJTagHelper
    CollapsibleCards
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CollapsibleCards : EJTagHelper

    Constructors

    CollapsibleCards()

    Declaration
    public CollapsibleCards()

    Properties

    Field

    Collapsible Field has been Mapped into card field.

    Declaration
    [JsonProperty("field")]
    public string Field { get; set; }
    Property Value
    Type Description
    System.String

    It accepts collapsible field for card

    Key

    Collapsible Key has been Mapped into card key.

    Declaration
    [JsonProperty("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    It accepts collapsible key for card

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