Xceed DataGrid for Silverlight Documentation
ExpandGroup Method (DataGridControl)


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

Parameters

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

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback