SaaS CMS has officially launched! Learn more now.

Class JsGridColumnInfo

Class for JSON serialization of columns to JsGrid

Inheritance
System.Object
JsGridColumnInfo
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: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class JsGridColumnInfo

Constructors

JsGridColumnInfo()

Declaration
public JsGridColumnInfo()

JsGridColumnInfo(String, Int32, String, String)

Declaration
public JsGridColumnInfo(string id, int width, string header, string dataIndex)
Parameters
Type Name Description
System.String id
System.Int32 width
System.String header
System.String dataIndex

JsGridColumnInfo(String, Int32, String, String, Boolean, Boolean)

Declaration
public JsGridColumnInfo(string id, int width, string header, string dataIndex, bool sortable, bool lockable)
Parameters
Type Name Description
System.String id
System.Int32 width
System.String header
System.String dataIndex
System.Boolean sortable
System.Boolean lockable

JsGridColumnInfo(String, Int32, String, String, Boolean, Boolean, Boolean)

Declaration
public JsGridColumnInfo(string id, int width, string header, string dataIndex, bool sortable, bool lockable, bool resizable)
Parameters
Type Name Description
System.String id
System.Int32 width
System.String header
System.String dataIndex
System.Boolean sortable
System.Boolean lockable
System.Boolean resizable

JsGridColumnInfo(String, Int32, String, String, Boolean, Boolean, Boolean, Boolean)

Declaration
public JsGridColumnInfo(string id, int width, string header, string dataIndex, bool sortable, bool lockable, bool resizable, bool fix)
Parameters
Type Name Description
System.String id
System.Int32 width
System.String header
System.String dataIndex
System.Boolean sortable
System.Boolean lockable
System.Boolean resizable
System.Boolean fix

JsGridColumnInfo(String, String, String)

Declaration
public JsGridColumnInfo(string id, string header, string renderer)
Parameters
Type Name Description
System.String id
System.String header
System.String renderer

Properties

DataIndex

Declaration
public string DataIndex { get; set; }
Property Value
Type Description
System.String

Fixed

Gets or sets a value indicating whether this JsGridColumnInfo is fixed.

Declaration
public bool Fixed { get; set; }
Property Value
Type Description
System.Boolean

true if fixed; otherwise, false.

Header

Declaration
public string Header { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Lockable

Declaration
public bool Lockable { get; set; }
Property Value
Type Description
System.Boolean

Renderer

Declaration
public string Renderer { get; set; }
Property Value
Type Description
System.String

Resizable

Gets or sets a value indicating whether this JsGridColumnInfo is resizeble.

Declaration
public bool Resizable { get; set; }
Property Value
Type Description
System.Boolean

true if _resizable; otherwise, false.

Sortable

Declaration
public bool Sortable { get; set; }
Property Value
Type Description
System.Boolean

Width

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32