I'm looking for a simple way to retrieve all items in a specific column of a WPF DataGrid. I have both the DataGrid, DataGridColumn and DataGridColumnHeader as a reference, but I can't seem to find a logical way of getting the elements.
Using the Header property of the DataGridColumn is not an option as I'm using a custom Header object in some cases.