ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanStackedHeaderColumn - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanStackedHeaderColumn

    Represents a class for KanbanStackedHeaderColumn which includes header text and column properties of Kanban.

    Inheritance
    System.Object
    EJTagHelper
    KanbanStackedHeaderColumn
    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 KanbanStackedHeaderColumn : EJTagHelper

    Constructors

    KanbanStackedHeaderColumn()

    Declaration
    public KanbanStackedHeaderColumn()

    Properties

    Column

    Gets or sets a value that indicates the column for the particular stacked header column.

    Declaration
    [JsonProperty("column")]
    public List<string> Column { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The column

    HeaderText

    Gets or sets a value that indicates the headerText for the particular stacked header column.

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

    The headerText

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