| Name | Description |
| ActualWidth | Gets the actual width of the column. |
| AllowFilter | Gets or sets a value indicating whether the values of the column can be filtered using a FilterRow. |
| AllowGroup | Gets or sets a value indicating whether the data items in a grid can be grouped according to the values of the column through end-user interaction. |
| AllowResize | Gets or sets a value indicating whether the column can be resized through end-user interaction. |
| AllowSort | Gets or sets a value indicating whether the data items in a grid can be sorted according to the values of the column through end-user interaction. |
| CellContentStyle | Gets or sets the style that will be used to display the cells' content. |
| CellContentTemplate | Gets or sets the DataTemplate used to display the content of the cells in the column. |
| CellEditorDisplayConditions | Gets or sets a value indicating under what conditions cell editors are displayed. |
| CellEditorStyle | Gets or sets the style to be applied to the column's cell editors. |
| CellEditorTemplate | Gets or sets the DataTemplate that will be used to edit the content of the column's cells. |
| CellHorizontalContentAlignment | Gets or sets a value representing the horizontal content alignment of the cells contained in the column. |
| CellStyle | Gets or sets the style to apply to the column's cells. |
| CellVerticalContentAlignment | Gets or sets a value representing the vertical content alignment of the cells contained in the column. |
| ColumnBackgroundControlStyle | Gets or sets the style that will be applied to the column-background control associated with the column. |
| ColumnManagerCellStyle | Gets or sets the style that will be applied to all column-manager cells associated with the column. |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| DisplayMemberBindingInfo | Gets or sets the binding information between a column and its corresponding field in the underlying data source. |
| EditTriggers | Gets or sets a value indicating what triggers place a grid in edit mode. |
| FieldName | Gets or sets the case-sensitive field name that uniquely identifies the field in the data item from which to create the column. |
| FilterCellStyle | Gets or sets the style that will be applied to any and all filter cells associated with the column. |
| GroupDescription | Gets or sets the group description that is used whenever groups are created according to the values of the column. |
| InsertionCellStyle | Gets or sets the style that will be applied to all insertion cells associated with the column. |
| MaxWidth | Gets or sets the maximum width of the column. |
| MinWidth | The minimum width of the column. |
| ReadOnly | Gets or sets a value indicating whether the content of the cells in the column can be edited. |
| SortBindingInfo | Gets or sets the name of the sub-property whose values will be used to sort the cells in the column. |
| SortDirection | Gets or sets a value indicating the direction in which the values contained in the column are sorted. |
| TextTrimming | Gets or sets a value that indicates the text trimming behavior to use when content overflows the content area. |
| Title | Gets or sets the column's title. |
| TitleTemplate | Gets or sets the DataTemplate used to display the column's title. |
| Visible | Gets or sets a value indicating whether the column is visible. |
| VisiblePosition | Gets or sets the column's visible position. |
| Width | Gets or sets the width of the column. |