| Name | Description |
| Aggregate | Gets or sets the Aggregate to display in the group header rows for this column. |
| Align | Gets or sets the horizontal alignment of items in this column. |
| AllowDragging | Gets or sets whether the user can move this row or column to a new position with the mouse. |
| AllowMerging | Gets or sets whether cells in this row or column can be merged. |
| AllowResizing | Gets or sets a value that indicates whether the user can resize the row or column with the mouse. |
| AllowSorting | Gets or sets whether the user can sort this column by clicking its header. |
| Binding | Gets or sets the name of the property this column is bound to. |
| CellTemplate | Gets the cell template in this column. |
| CssClass | Gets or sets a CSS class name to be used when rendering non-header cells in this row or column. |
| DataMap | Gets the DataMap used to convert raw values into display values for the column. |
| DataType | Gets or sets the type of value stored in this column.Values are coerced into the proper type when editing the grid. |
| DropDownCssClass | Gets or sets a CSS class name to add to drop-downs in this column. |
| Format | Gets or sets the format string used to convert raw values into display values for this column (see Globalize). |
| Header | Gets or sets the text displayed in the column header. |
| InputType | Gets or sets the "type" attribute of the HTML input element used to edit values in this column. |
| IsContentHtml | Gets or sets whether cells in this row or column contain HTML content rather than plain text. |
| IsReadOnly | Gets or sets whether cells in this row or column can be edited. |
| IsRequired | Gets or sets a value that determines whether values in the column are required. |
| IsSelected | Gets or sets whether this row or column is selected. |
| Mask | Gets or sets a mask to be used while editing values in this column. |
| MaxWidth | Gets or sets the maximum width of this column. |
| MinWidth | Gets or sets the minimum width of this column. |
| Name | Gets or sets the name of this column. |
| ShowDropDown | Gets or sets a value indicating whether the grid adds drop-down buttons to the cells in this column. |
| SortMemberPath | Gets or sets the name of the property to use when sorting this column. |
| Visible | Gets or sets whether this row or column is visible. |
| Width | Gets or sets the width of this column. |
| WordWrap | Gets or sets whether cells in this row or column should wrap their content. |