Class StackedHeaderColumn
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 StackedHeaderColumn : EJTagHelper
Constructors
StackedHeaderColumn()
Declaration
public StackedHeaderColumn()
Properties
Column
Gets or sets a value that indicates the header text 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> |
CssClass
Gets or sets a value that indicates class to the corresponding stackedHeaderColumn.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderText
Gets or sets a value that indicates the header text for the particular stacked header column.
Declaration
[JsonProperty("headerText")]
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextAlign
Gets or sets a value that indicates the text alignment of the corresponding headerText.
Declaration
[JsonProperty("textAlign")]
[JsonConverter(typeof(StringEnumConverter))]
public TextAlign TextAlign { get; set; }
Property Value
Type | Description |
---|---|
TextAlign |
Tooltip
Gets or sets a value that indicates the cell value of corresponding cursor over that the particular cell.
Declaration
[JsonProperty("tooltip")]
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String |