Xceed DataGrid for Silverlight Documentation
CollapseGroup Method (DataGridControl)


A DataGridPath representing the path of the group to collapse.
Collapses the group at the specified path.
Syntax
'Declaration
 
Public Sub CollapseGroup( _
   ByVal groupPath As DataGridPath _
) 
'Usage
 
Dim instance As DataGridControl
Dim groupPath As DataGridPath
 
instance.CollapseGroup(groupPath)
public void CollapseGroup( 
   DataGridPath groupPath
)

Parameters

groupPath
A DataGridPath representing the path of the group to collapse.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback