Class
GridViewGroupedEventArgs

Contains information on performed group operation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewGroupedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewGroupedEventArgs

Constructors

GridViewGroupedEventArgs(IGroupDescriptor, GroupingEventAction)

Initializes a new instance of the GridViewGroupedEventArgs class.

Declaration

cs-api-definition
public GridViewGroupedEventArgs(IGroupDescriptor descriptor, GroupingEventAction action)

Parameters

descriptor

IGroupDescriptor

The group descriptor.

action

GroupingEventAction

The grouping action.

Properties

Action

Gets the action.

Declaration

cs-api-definition
public GroupingEventAction Action { get; }

Property Value

GroupingEventAction

The grouping action.

GroupDescriptor

Gets group descriptor.

Declaration

cs-api-definition
public IGroupDescriptor GroupDescriptor { get; }

Property Value

IGroupDescriptor

The group descriptor the user grouped by.