Xceed Grid for WinForms v4.3 Documentation
Contains Method (PropertyNameCollection)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > PropertyNameCollection Class : Contains Method
A string representing the name of the property name to find.
Retrieves a boolean value indicating if the specified property name is contained in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As String _
) As Boolean
'Usage
 
Dim instance As PropertyNameCollection
Dim value As String
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   string value
)

Parameters

value
A string representing the name of the property name to find.

Return Value

true if the specified property name is contained in the collection; false otherwise.
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

PropertyNameCollection Class
PropertyNameCollection Members