Click or drag to resize
IGroupDescriptorCreateGroupSortExpression Method
Creates the group order by expression that sorts the groups created from this descriptor.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
Expression CreateGroupSortExpression(
	Expression groupingExpression
)

Parameters

groupingExpression
Type: System.Linq.ExpressionsExpression
The grouping expression, which represents the grouped items created from the CreateGroupKeyExpression(Expression).

Return Value

Type: Expression
Expression that represents the sort criteria for each group.
See Also