Intersoft ClientUI Documentation
ExpandRowGroup Method
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : ExpandRowGroup Method






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

Syntax

Visual Basic (Declaration) 
Public Sub ExpandRowGroup( _
   ByVal collectionViewGroup As CollectionViewGroup, _
   ByVal expandAllSubgroups As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim collectionViewGroup As CollectionViewGroup
Dim expandAllSubgroups As Boolean
 
instance.ExpandRowGroup(collectionViewGroup, expandAllSubgroups)
C# 
public void ExpandRowGroup( 
   CollectionViewGroup collectionViewGroup,
   bool expandAllSubgroups
)
Delphi 
public procedure ExpandRowGroup( 
    collectionViewGroup: CollectionViewGroup;
    expandAllSubgroups: Boolean
); 
JScript 
public function ExpandRowGroup( 
   collectionViewGroup : CollectionViewGroup,
   expandAllSubgroups : boolean
);
Managed Extensions for C++ 
public: void ExpandRowGroup( 
   CollectionViewGroup* collectionViewGroup,
   bool expandAllSubgroups
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.