menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CollapsibleCardsBuilder

    This Represents a class for CollapsibleCardsBuilder which includes field and key properties of Kanban.

    Inheritance
    System.Object
    CollapsibleCardsBuilder
    Inherited Members
    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 CollapsibleCardsBuilder

    Constructors

    CollapsibleCardsBuilder(CollapsibleCards)

    Initializes a new instance of the Syncfusion.JavaScript.HiddenCardsBuilder class.

    Declaration
    public CollapsibleCardsBuilder(CollapsibleCards collapsibleCards)
    Parameters
    Type Name Description
    CollapsibleCards collapsibleCards

    It accepts the data of CollapsibleCards

    Methods

    Field(String)

    The datasource field mapping for collapsible card's field.

    Declaration
    public CollapsibleCardsBuilder Field(string field)
    Parameters
    Type Name Description
    System.String field

    It accepts datasource field mapping for collapsible card's field.

    Returns
    Type Description
    CollapsibleCardsBuilder

    Key(String)

    The datasource field mapping for collapsible card's key.

    Declaration
    public CollapsibleCardsBuilder Key(string key)
    Parameters
    Type Name Description
    System.String key

    It accepts datasource field mapping name collapsible card's key.

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