RadGrid for ASP.NET

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


Gets a collection of SelectField objects (field names, aggregates etc.) that form the "Select" clause. Standing on the left side of the "Group By" clause.   

 

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

Syntax

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

Requirements

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

See Also