RadGrid for ASP.NET

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


A collection of GridSortExpression objects. Depending on the value of AllowMultiColumnSorting it holds single or multiple sort expressions.

Object Model

 

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

Syntax

Visual Basic (Declaration) 
Public Class GridSortExpressionCollection 
Visual Basic (Usage)Copy Code
Dim instance As GridSortExpressionCollection
C# 
public class GridSortExpressionCollection 

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridSortExpressionCollection

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also