Xceed DataGrid for Silverlight Documentation
IsGroupExpanded Method (DataGridControl)


A DataGridPath representing the path of the group whose expansion state is to be queried.
Retrieves a value indicating whether the group at the specified path is expanded.
Syntax
'Declaration
 
Public Function IsGroupExpanded( _
   ByVal groupPath As DataGridPath _
) As Boolean
'Usage
 
Dim instance As DataGridControl
Dim groupPath As DataGridPath
Dim value As Boolean
 
value = instance.IsGroupExpanded(groupPath)
public bool IsGroupExpanded( 
   DataGridPath groupPath
)

Parameters

groupPath
A DataGridPath representing the path of the group whose expansion state is to be queried.

Return Value

true if the group is expanded; false otherwise.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback