RadGrid for ASP.NET

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


Gets a reference to the currently used GridGroupByField.   

 

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

Syntax

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

Requirements

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

See Also