Intersoft WebGrid Documentation
ExpandGroupRow(Boolean) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class > ExpandGroupRow Method : ExpandGroupRow(Boolean) Method






allSubGroup
A boolean value indicating whether or not to expand all sub group rows.

Renders this group row and all the group rows beneath in expand mode.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExpandGroupRow( _
   ByVal allSubGroup As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim allSubGroup As Boolean
 
instance.ExpandGroupRow(allSubGroup)
C# 
public void ExpandGroupRow( 
   bool allSubGroup
)
Delphi 
public procedure ExpandGroupRow( 
    allSubGroup: Boolean
); 
JScript 
public function ExpandGroupRow( 
   allSubGroup : boolean
);
Managed Extensions for C++ 
public: void ExpandGroupRow( 
   bool allSubGroup
) 
C++/CLI 
public:
void ExpandGroupRow( 
   bool allSubGroup
) 

Parameters

allSubGroup
A boolean value indicating whether or not to expand all sub group rows.

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 Intersoft Solutions Corp. All Rights Reserved.