Version

FilteredInDataItems Property

Returns collection of data items from the data list that match the current filter criteria in the DataPresenter.
Syntax
'Declaration
 
Public ReadOnly Property FilteredInDataItems As ICollectionView
public ICollectionView FilteredInDataItems {get;}
Remarks

Record filtering functionality allows the user to filter data by specifying filter criteria. You can use FilteredInDataItems property to get data items from the data list that match the filter criteria. More precisely, the returned collection is a collection of data items associated with filtered data records.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also