| Name | Description |
 | BeginEdit | Begins the edit passing the System.Windows.RoutedEventArgs that raised the edit of the cell. |
 | BindCellContent | Initializes the cell content presenter. |
 | CancelCellEdit | Causes the column cell being edited to revert to the specified value. |
 | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
 | CoerceValue | (Inherited from System.Windows.DependencyObject) |
 | CreateCellContent | Creates the visual element that will be used to display the info inside a cell of this column. |
 | CreateGroupContent | Creates and initializes the FrameworkElement used to display in the group row related to this column. |
 | EndEdit | This method is called when the user finish the editing of the cell. |
 | Equals | (Inherited from System.Windows.DependencyObject) |
 | GetCellContentRecyclingKey | Key used to store the cell content for future reuse in a shared pool. |
 | GetCellEditingContent | Creates and initialize the visual element that will be used to edit the info of a cell belonging to this column when the cell is in edit mode. |
 | GetCellText | Gets the text shown inside a cell. |
 | GetCellValue | Gets the value represented by the cell belonging to this column and the specified row. |
 | GetColumnText | Gets the text shown in the column header. |
 | GetFilter | Gets the default filter of this column. |
 | GetGroupText | Gets the text shown in the group row. |
 | GetHashCode | (Inherited from System.Windows.DependencyObject) |
 | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
 | GetValue | (Inherited from System.Windows.DependencyObject) |
 | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
 | PrepareCellForEdit | When overridden in a derived class, called when a cell in the column enters edit mode. |
 | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
 | SetCellValue | Sets the value in the cell belonging to this column and the specified row. |
 | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
 | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
 | ToString | Returns a System.String that represents the current System.Object. |
 | UnbindCellContent | Unbinds the content of the cell. |