ComponentOne DataGrid for WPF and Silverlight
Collapse Method (DataGridRowCollection)

C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : Collapse Method
The predicate.
Collapse the groups that satisfy the predicate.
Syntax
'Declaration
 
Public Sub Collapse( _
   ByVal predicate As System.Predicate(Of DataGridGroupRow) _
) 
public void Collapse( 
   System.Predicate<DataGridGroupRow> predicate
)

Parameters

predicate
The predicate.
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members