[]
Gets the number of elements that are represented in the current view.
public int FilteredItemCount { get; }
If no filters are active, this is the number of elements in the data source. If filters are active, only elements that pass the filter are included in the count.