SortExpression Property (Group)
In This Topic
Gets or sets the sort expression. Can be used to sort the group instances by an aggregate function.
Syntax
'Declaration
Public Property SortExpression As String
public string SortExpression {get; set;}
See Also