menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class StackedHeaderColumn

    Inheritance
    System.Object
    EJTagHelper
    StackedHeaderColumn
    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 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
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("textAlign")]
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved