Click or drag to resize
IGroupDescriptor Interface
Represents a grouping abstraction that knows how to create group key and group sort expressions.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IGroupDescriptor : INotifyPropertyChanged

The IGroupDescriptor type exposes the following members.

Methods
  NameDescription
Public methodCreateGroupKeyExpression
Creates a group expression that returns the grouping key for each item in a collection.
Public methodCreateGroupSortExpression
Creates the group order by expression that sorts the groups created from this descriptor.
Top
Properties
  NameDescription
Public propertySortDirection
Gets the sort direction for this descriptor. If the value is no sorting will be applied.
Top
See Also