Represents a group descriptor, which groups and sorts by the value of its Column.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class ColumnGroupDescriptor : GroupDescriptorBase, ISuspendNotifications, IGroupDescriptor, INotifyPropertyChanged, IAggregateFunctionsProvider
Inheritance: objectInheritanceContextPropagatorDescriptorBaseGroupDescriptorBaseColumnGroupDescriptor
Implements:
Inherited Members
Constructors
public ColumnGroupDescriptor()
Fields
ColumnProperty
DependencyProperty
The backing DependencyProperty storage for the Column property.
public static readonly DependencyProperty ColumnProperty
Properties
Gets or sets the column that will be used for grouping.
public GridViewColumn Column { get; set; }
The column that will be used for grouping.
Gets or sets the content which will be used to visually represent this descriptor.
public override object DisplayContent { get; set; }
Overrides:
Methods
Creates a group expression that returns the grouping key for each item in a collection.
protected override Expression CreateGroupKeyExpression(ParameterExpression parameterExpression)
The parameter expression, which will be used for grouping.
Returns:Expression that creates group key for the given item.
Overrides: