C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1DetailGridViewCollection Class / Remove Method
The C1DetailGridView to remove.

In This Topic
Remove Method (C1DetailGridViewCollection)
In This Topic
Removes the specified C1DetailGridView object from the C1DetailGridViewCollection collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As C1DetailGridView _
) 
 

Parameters

value
The C1DetailGridView to remove.
See Also