C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1Field Class / SortExpression Property

In This Topic
SortExpression Property (C1Field)
In This Topic
Gets or sets the name of the field or expression to pass to the OnSortCommand method when a column is selected for sorting.
Syntax
'Declaration
 
Public Overridable Property SortExpression As System.String
 
Remarks
This property does not bind the column to a field in data source. To bind a column to a field, see the documentation for the specific column type.
See Also