menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnBase<T>

    Show / Hide Table of Contents

    Class ColumnBase<T>

    Inheritance
    System.Object
    ColumnBase<T>
    MobileColumn<T>
    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 ColumnBase<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    ColumnBase()

    Declaration
    public ColumnBase()

    Properties

    AllowFiltering

    Declaration
    [JsonProperty("allowFiltering")]
    public bool AllowFiltering { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowSorting

    Declaration
    [JsonProperty("allowSorting")]
    public bool AllowSorting { get; set; }
    Property Value
    Type Description
    System.Boolean

    CssClass

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

    DataSource

    Declaration
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("dataSource")]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Field

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

    Format

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

    HeaderText

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

    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

    ValidationRules

    Declaration
    [JsonProperty("validationRules")]
    public Dictionary<string, string> ValidationRules { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Visible

    Declaration
    [JsonProperty("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Declaration
    [JsonProperty("width")]
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved