'Declaration
Public ReadOnly Property FilteredItemCount As System.Integer
public System.int FilteredItemCount {get;}
Remarks
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.