Click or drag to resize
GroupDescriptorBase Class
Servers as a base class for group descriptors. Holds SortDirection that will be used to sort the groups created from the descriptor.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataDescriptorBase
    Kettic.AspNet.DataGroupDescriptorBase

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract class GroupDescriptorBase : DescriptorBase, 
	IGroupDescriptor, INotifyPropertyChanged

The GroupDescriptorBase type exposes the following members.

Methods
  NameDescription
Public methodCreateGroupKeyExpression
Creates a group expression by delegating its creation to CreateGroupKeyExpression(ParameterExpression), if itemExpression is ParameterExpression, otherwise throws ArgumentException
Public methodCreateGroupSortExpression
Creates sorting key expression that sorts the groups created from this descriptor using the group's key.
Public methodCycleSortDirection
Changes the SortDescriptor to the next logical value.
Top
Properties
  NameDescription
Public propertySortDirection
Gets or sets the sort direction for this descriptor. If the value is null no sorting will be applied.
Top
See Also