ComponentOne DataGrid for WPF and Silverlight
Expand Method (DataGridRowCollection)

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

Parameters

predicate
The predicate.
See Also

Reference

DataGridRowCollection Class
DataGridRowCollection Members