FlexGrid for WinRT
Contains Method (C1CollectionView)

The item to search for.
Gets a value indicating whether the specified item belongs to the view. This method returns false if item belongs to the underlying collection but filtered out by the view due to specified Filter.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As System.Object _
) As System.Boolean
public System.bool Contains( 
   System.object item
)

Parameters

item
The item to search for.

Return Value

true is item is exposed by the view; otherwise, false.
Requirements

Target Platforms: Windows 7, 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

Reference

C1CollectionView Class
C1CollectionView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback