'Declaration Public Function Contains( _ ByVal value As DetailGrid _ ) As Boolean
'Usage Dim instance As DetailGridList Dim value As DetailGrid Dim value As Boolean value = instance.Contains(value)
public bool Contains( DetailGrid value )
Parameters
- value
- A reference to the Xceed.Grid.DetailGrid object to locate.
Return Value
true if the detail grid exists in the list; false otherwise.