Intersoft ClientUI Documentation
ExpandRowGroup Method



The data in the row group.
true to expand all subgroups of the row group; otherwise, false.
Expands gridview row groups.
Syntax
Public Sub ExpandRowGroup( _
   ByVal collectionViewGroup As CollectionViewGroup, _
   ByVal expandAllSubgroups As Boolean _
) 
Dim instance As UXGridView
Dim collectionViewGroup As CollectionViewGroup
Dim expandAllSubgroups As Boolean
 
instance.ExpandRowGroup(collectionViewGroup, expandAllSubgroups)
public void ExpandRowGroup( 
   CollectionViewGroup collectionViewGroup,
   bool expandAllSubgroups
)
public:
void ExpandRowGroup( 
   CollectionViewGroup^ collectionViewGroup,
   bool expandAllSubgroups
) 

Parameters

collectionViewGroup
The data in the row group.
expandAllSubgroups
true to expand all subgroups of the row group; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback