RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridGroupByExpressionCollection Class
See Also  Members  
Telerik.WebControls Namespace : GridGroupByExpressionCollection Class


Collection that stores group by expressions

Object Model

 

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

Syntax

Visual Basic (Declaration) 
Public Class GridGroupByExpressionCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As GridGroupByExpressionCollection
C# 
public class GridGroupByExpressionCollection : CollectionBase 

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Telerik.WebControls.GridGroupByExpressionCollection

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also