Contains information on performed group operation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewGroupedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewGroupedEventArgs
Constructors
Initializes a new instance of the GridViewGroupedEventArgs class.
C#
public GridViewGroupedEventArgs(IGroupDescriptor descriptor, GroupingEventAction action)
The group descriptor.
actionGroupingEventActionThe grouping action.
Properties
Gets the action.
C#
public GroupingEventAction Action { get; }
The grouping action.
Gets group descriptor.
C#
public IGroupDescriptor GroupDescriptor { get; }
The group descriptor the user grouped by.