ClassGridViewGroupedEventArgs
Class
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
The group descriptor.
action
The grouping action.
Properties
Action
Gets the action.
Declaration
cs-api-definition
public GroupingEventAction Action { get; }
Property Value
The grouping action.
GroupDescriptor
Gets group descriptor.
Declaration
cs-api-definition
public IGroupDescriptor GroupDescriptor { get; }
Property Value
The group descriptor the user grouped by.