SaaS CMS has officially launched! Learn more now.

Class GridViewColumnInfo

Information about Columns in GridView

Inheritance
System.Object
GridViewColumnInfo
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 GridViewColumnInfo

Constructors

GridViewColumnInfo()

Declaration
public GridViewColumnInfo()

GridViewColumnInfo(Int32)

Declaration
public GridViewColumnInfo(int width)
Parameters
Type Name Description
System.Int32 width

GridViewColumnInfo(Int32, Boolean)

Declaration
public GridViewColumnInfo(int width, bool resizable)
Parameters
Type Name Description
System.Int32 width
System.Boolean resizable

GridViewColumnInfo(Int32, Boolean, Boolean)

Declaration
public GridViewColumnInfo(int width, bool resizable, bool sortable)
Parameters
Type Name Description
System.Int32 width
System.Boolean resizable
System.Boolean sortable

GridViewColumnInfo(Int32, Boolean, Boolean, Boolean)

Declaration
public GridViewColumnInfo(int width, bool resizable, bool sortable, bool isSystem)
Parameters
Type Name Description
System.Int32 width
System.Boolean resizable
System.Boolean sortable
System.Boolean isSystem

Properties

IsSystem

Gets or sets a value indicating whether this instance is system.

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

true if this instance is system; otherwise, false.

Resizable

Gets or sets a value indicating whether this GridViewColumnInfo is resizable.

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

true if resizable; otherwise, false.

Sortable

Gets or sets a value indicating whether this GridViewColumnInfo is sortable.

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

true if sortable; otherwise, false.

Width

Gets or sets the width.

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

The width.