[]
Gets the number of elements that are represented in the current view.
public int FilteredItemCount { get; }
Public ReadOnly Property FilteredItemCount As Integer
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.