New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:descriptorIGroupDescriptor

The group descriptor.

actionGroupingEventAction

The grouping action.

Properties

Gets the action.

C#
public GroupingEventAction Action { get; }
Property Value:

The grouping action.

Gets group descriptor.

C#
public IGroupDescriptor GroupDescriptor { get; }
Property Value:

The group descriptor the user grouped by.