| Name | Description |
 | AutoSizeMode | Gets or sets the value that indicates how column size is adjusted in the Grid control. |
 | Bounds | Gets or sets bounds of column header. |
 | CanBeginPreview | Gets or sets value that indicates whether Preview Pane text can begin from this column. |
 | CanGroupBy | Gets or sets a value that indicates whether the Grid data can be grouped by this column. |
 | ColumnImage | Gets or sets column Image. |
 | ColumnName | Gets or sets column name. |
 | Container | (Inherited from System.ComponentModel.Component) |
 | DataColumnInfo | Gets or sets DataColumn object for data bound columns. |
 | DataIndex | Gets or sets data index. |
 | DataType | Gets or sets a value that specifies type of item data in a column. |
 | DBColumn | Gets data base column for data bound grid columns. |
 | DefaultValue | Gets or sets the value that is set by default in new record. |
 | DefaultWidth | Gets or sets default column width. |
 | EnableFilter | Currently not used. |
 | EnableRedrawCellContentOnStateChange | Gets or sets a value that indicates that a cell located in this column should be redrawn when the state of a cell is changed (pressed, highlighted). |
 | ExtraWidth | Gets extra width for leftmost column in report (group) mode, which is added to accommodate level offset. |
 | FilterSortStatus | Gets or sets a value that indicates current filter or sort status. |
 | GroupModeBounds | Gets or sets bounding rectangle of column header when it's drawn in the Group By box. |
 | Highlighted | Gets or sets a value, which indicates whether the column is highlighted, or not. |
 | HighlightedFilterBox | Gets or sets a value, which indicates whether the filter box is highlighted, or not. |
 | IndicateSortStatusByCellBkColor | Gets or sets a value, which tells whether background of items should be filled with a special background color when a column is sorted. |
 | IsFixedSize | Gets or sets a value that indicates whether a column can be resized. |
 | IsFrozen | Currently not implemented. |
 | IsSortable | Gets or sets a value that indicates whether a column can be sortable. |
 | MinWidth | Gets or sets minimal column width. |
 | Offset | Internal. |
 | ParentGrid | Back reference to Grid control. |
 | ReadOnly | Gets or sets a value that indicates whether a column is read only. |
 | Selected | Gets or sets a value that indicates whether the column is selected. |
 | ShowImage | Gets or sets a value that indicates whether a column header displays an image specified by the ColumnImage property. |
 | ShowInFieldChooser | Gets or sets a value that indicates whether to display a column on FieldChooser. |
 | ShowText | Gets or sets a value that indicates whether a column header displays text (column name). |
 | ShowTooltips | Gets or sets a value that indicates whether a tooltip should be displayed when a column header text is truncated. |
 | ShowTooltipsAlways | Gets or sets a value that indicates whether a tooltip should be displayed always, even if a column header text is not truncated. |
 | Site | (Inherited from System.ComponentModel.Component) |
 | Sorted | Gets a value that indicates whether a column is sorted. |
 | SortedAZ | Gets a value that indicates whether a column is sorted ascending (true), or descending (false). |
 | SortImage | Gets sorted image. |
 | TextTruncated | Gets or sets a value that indicates whether a column text is truncated (doesn't fit the header width). |
 | ToolTipDescription | Gets or sets tooltip description. |
 | ToolTipImage | Gets or sets tooltip image. |
 | ToolTipText | Gets or sets tooltip text. |
 | Visible | Gets or sets a value that indicates whether a column is visible, or not. |
 | VisibleIndex | Internal. |
 | VisualStyle | Gets or sets a column Visual Style. |
 | VisualStyleIndex | Internal. |
 | Weight | Gets or sets a value that indicates column weight. |
 | Width | Gets or sets column width. |