Class KanbanStackedHeaderColumn
Represents a class for KanbanStackedHeaderColumn which includes header text and column properties of Kanban.
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.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 |