menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Columns

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

    Constructors

    Columns()

    Declaration
    public Columns()

    Properties

    CssClass

    Gets or sets the css class.

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

    The name.

    Field

    Gets or sets the field name.

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

    The name.

    FilterType

    Specifies the search filter type. There are several types of search filter available such as ‘startswith’, ‘contains’, ‘endswith’, ‘lessthan’, ‘lessthanorequal’, ‘greaterthan’, ‘greaterthanorequal’, ‘equal’, ‘notequal’.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("filterType")]
    public FilterOperatorType FilterType { get; set; }
    Property Value
    Type Description
    FilterOperatorType

    HeaderText

    Gets or sets the header name.

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

    The tooltip.

    HeaderTextAlign

    Declaration
    [JsonProperty("headerTextAlign")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TextAlign HeaderTextAlign { get; set; }
    Property Value
    Type Description
    TextAlign

    TextAlign

    Declaration
    [JsonProperty("textAlign")]
    [JsonConverter(typeof(StringEnumConverter))]
    public TextAlign TextAlign { get; set; }
    Property Value
    Type Description
    TextAlign

    Type

    Specifies the search type. There are several types of search data available such as ‘string’, ‘number’, ‘boolean’, ‘date’.

    Declaration
    [JsonProperty("type")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ColumnType Type { get; set; }
    Property Value
    Type Description
    ColumnType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved