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

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

Parameters

value
The MasterDetailRelation to remove.
See Also