RadGrid for ASP.NET

RadGrid Send comments on this topic.
ShowGroupPanel Property
See Also 
Telerik.WebControls Namespace > RadGrid Class : ShowGroupPanel Property


Gets or sets a value indicating whether the GridGroupPanel would be shown in Telerik RadGrid.

  

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Overridable Property ShowGroupPanel As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadGrid
Dim value As Boolean
 
instance.ShowGroupPanel = value
 
value = instance.ShowGroupPanel
C# 
public virtual bool ShowGroupPanel {get; set;}

Return Value

true, when Telerik RadGrid will display the panel; otherwise false. The default is false.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also