Xceed DataGrid for Silverlight Documentation
ExpandGroup Method (DataGridContext)


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 DataGridContext
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

DataGridContext Class
DataGridContext Members

Send Feedback