C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Contains Method
The C1BaseField to locate.

In This Topic
Contains Method (C1BaseFieldCollection)
In This Topic
Determines whether the C1BaseFieldCollection collection contains a specific C1BaseField object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As C1BaseField _
) As System.Boolean
 

Parameters

value
The C1BaseField to locate.

Return Value

true if the C1BaseFieldCollection contains the specified field; otherwise, false.
See Also