I am trying to add a display bellow my grid which will show how many of the source items are displayed in the grid after filtering is applied. I have two text Blocks, one bound to ItemsSource.Count, this works fine and the other bound to Items.Count this always shows a value of 0. Is binding to this property not possible? Is there another way to accomplish this easily that will work across multiple methods of applying filters.