[]
        
(Showing Draft Content)

C1.Web.Mvc.ColumnInfo

ColumnInfo Class

Represents a column info that describes a column on the grid.

Inheritance
ColumnInfo
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ColumnInfo

Constructors

Name Description
ColumnInfo()

Initializes a new instance of ColumnInfo object.

Properties

Name Description
Binding

Gets or sets the name of the property this column is bound to.

DataMap

Gets the data map info used to convert raw values into display values for the column.

Format

Gets or sets format of column.

Index

Gets or sets the index of the column in the grid's columns collection.

Visible

Gets or sets visibility of column.