menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanCardSettings - API Reference

    Show / Hide Table of Contents

    Class KanbanCardSettings

    Inheritance
    System.Object
    EJTagHelper
    KanbanCardSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Kanban
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class KanbanCardSettings : EJTagHelper

    Constructors

    KanbanCardSettings()

    Declaration
    public KanbanCardSettings()

    Properties

    ContentField

    Defines the card content text

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

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

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

    FooterCssField

    Defines the card icons

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

    The default value is null

    GrabberField

    Defines the card color

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

    The default value is null

    HeaderField

    Defines the card header text

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

    The default value is null

    SelectionType

    It defines the card selection type, which accepts either of the following values. Single Multiple None

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

    The default value is SelectionType.Single

    ShowHeader

    Show or hide the card header

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    TagsField

    Defines the card content labels

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

    The default value is null

    Template

    Defines the card template

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

    The default value is null

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