| Name | Description |
| ActualCanUserFilter | Gets a value indicating whether a user can perform a filter operation over this column. |
| ActualCanUserGroup | Gets a value indicating whether a user can perform a group operation over this column. |
| ActualCanUserResize | |
| ActualCanUserSort | Gets a value indicating whether a user can perform a sort operation over this column. |
| ActualFilterMemberPath | Gets the actual FilterMemberPath. |
| ActualGroupHeader | |
| ActualSortMemberPath | Gets the actual SortMemberPath. |
| ActualWidth | Gets the actual width in pixels. |
| CanUserFilter | Gets or sets a value indicating whether the user can filter by this column. |
| CanUserGroup | Gets or sets a value indicating whether the user can group by this column. |
| CanUserMove | Gets or sets a value that indicates whether the user can change the column display order by dragging column headers with the mouse. |
| CanUserResize | Gets or sets whether the user can resize the column by dragging the border on the right of the column header presenter. |
| CanUserResizeRows | Gets or sets whether the user can resize the rows manipulating cells in this column. |
| CanUserSort | Gets or sets a value indicating whether the user can sort by this column. |
| CellContentStyle | Gets or sets the style applied to the content of a cell in read mode. |
| CellEditingContentStyle | Gets or sets the style applied to the content of a cell in edit mode. |
| CellStyle | Gets or sets the style applied to every cell of this column. |
| DataGrid | Gets the owner data grid. |
| Dispatcher | (Inherited from System.Windows.DependencyObject) |
| DisplayIndex | Gets or sets the desired index in which the column will be displayed. |
| EditOnSelection | Gets or sets a value indicating how the cells enters in edit mode when the user clicks on a cell of this column. |
| Filter | Gets or sets the filter used in this column. |
| FilterMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to filter by. |
| FilterState | Gets the filter state of this column. |
| GroupContentConverter | Gets or sets the converter that will be applied to the visual element that is inside the content of each group row. |
| GroupContentStyle | Gets or sets the style applied to the title of each group row related to this column. |
| GroupConverter | Gets or sets the converter used to customize the grouping behavior. |
| GroupHeader | Gets or sets the header that will appear in the grouping panel as the column header is dragged there. |
| GroupState | Gets the grouping state of this column. |
| Header | Gets or sets the content of the header |
| HeaderPresenter | Gets the presenter corresponding to the header of this column. |
| HeaderStyle | Gets or sets the style of the header. |
| HorizontalAlignment | Gets or sets the horizontal alignment of the cell content regarding the cell. |
| HorizontalOffset | Gets the horizontal offset in pixels. |
| Index | Gets the index of a column. |
| IsAutoGenerated | Gets a value that indicates whether the column is auto-generated. |
| IsEditable | Gets a value indicating whether the cells in the column are editable or not. |
| IsFrozen | Gets a value indicating whether this column is moved out of the viewport when the user scrolls the data grid. |
| IsMouseOver | Gets a value indicating whether the mouse is over the column. |
| IsReadOnly | Gets or sets whether the cells in the column are read only. |
| IsSelectable | Gets or sets a value indicating whether the user is allowed to set the current cell from this column. |
| IsSelected | Gets a value indicating whether this column is selected. |
| MaxWidth | Gets or sets the maximum width of the column. |
| MinWidth | Gets or sets the minimum width of the column. |
| Name | Gets or sets the name of the column. |
| SortMemberPath | Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. |
| SortState | Gets the sorting state of this column. |
| Tag | Gets or sets the tag. |
| VerticalAlignment | Gets or sets the vertical alignment of the cell content regarding the cell. |
| Visibility | Gets or sets whether the column is visible. |
| Width | Gets or sets the width of this column. |