Class ColumnBase<T>
Inheritance
System.Object
ColumnBase<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()
Assembly: Syncfusion.EJ.dll
Syntax
public class ColumnBase<T>
where T : class
Type Parameters
Constructors
ColumnBase()
Declaration
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
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
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 |
|
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
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("headerTextAlign")]
public TextAlign HeaderTextAlign { get; set; }
Property Value
TextAlign
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("textAlign")]
public TextAlign TextAlign { get; set; }
Property Value
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 |
|