GroupDescriptorBaseCreateGroupSortExpression Method |
Creates sorting key expression that sorts the groups
created from this descriptor using the group's key.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Expression CreateGroupSortExpression(
Expression groupingExpression
)
Public Overridable Function CreateGroupSortExpression (
groupingExpression As Expression
) As Expression
public:
virtual Expression^ CreateGroupSortExpression(
Expression^ groupingExpression
)
abstract CreateGroupSortExpression :
groupingExpression : Expression -> Expression
override CreateGroupSortExpression :
groupingExpression : Expression -> Expression
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.
Implements
IGroupDescriptorCreateGroupSortExpression(Expression)
See Also