Gets or sets the expression used to sort the items in the C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public string SortExpression { get; set; }
Visual Basic
Public Property SortExpression As String
	Get
	Set

See Also