RadGrid for ASP.NET

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


The string representing a filed-name from the DataSource that should be used when grid sorts by this column. For example: 'EmployeeName'   

 

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

Syntax

Visual Basic (Declaration) 
<LocalizableAttribute(True)>
Public Overridable Property SortExpression As String
Visual Basic (Usage)Copy Code
Dim instance As GridColumn
Dim value As String
 
instance.SortExpression = value
 
value = instance.SortExpression
C# 
[LocalizableAttribute(true)]
public virtual string SortExpression {get; set;}

Requirements

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

See Also