RadGrid for ASP.NET

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


Gets a collection of GroupByField objects that form the grouping clause. Standing on the right side of the "Group By" clause   

 

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GroupByFields As GridGroupByFieldList
Visual Basic (Usage)Copy Code
Dim instance As GridGroupByExpression
Dim value As GridGroupByFieldList
 
value = instance.GroupByFields
C# 
public GridGroupByFieldList GroupByFields {get;}

Requirements

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

See Also