ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / Expand Method
The predicate.

In This Topic
    Expand Method
    In This Topic
    Expands the groups that satisfy the predicate.
    Syntax
    'Declaration
     
    
    Public Sub Expand( _
       ByVal predicate As Predicate(Of DataGridGroupRow) _
    ) 
    public void Expand( 
       Predicate<DataGridGroupRow> predicate
    )

    Parameters

    predicate
    The predicate.
    See Also