Xceed DataGrid for Silverlight Documentation
ToggleGroupExpansion Method (DataGridContext)


A DataGridPath representing the path of the group to expand or collapse.
Toggles the expansion state of the group at the specified path.
Syntax
'Declaration
 
Public Sub ToggleGroupExpansion( _
   ByVal groupPath As DataGridPath _
) 
'Usage
 
Dim instance As DataGridContext
Dim groupPath As DataGridPath
 
instance.ToggleGroupExpansion(groupPath)
public void ToggleGroupExpansion( 
   DataGridPath groupPath
)

Parameters

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

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback