Class GridViewGroupedEventArgs
Contains information on performed group operation.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewGroupedEventArgs : RadRoutedEventArgs
Constructors
GridViewGroupedEventArgs(IGroupDescriptor, GroupingEventAction)
Initializes a new instance of the GridViewGroupedEventArgs class.
Declaration
public GridViewGroupedEventArgs(IGroupDescriptor descriptor, GroupingEventAction action)
Parameters
IGroupDescriptor
descriptor
The group descriptor. |
GroupingEventAction
action
The grouping action. |
Properties
Action
Gets the action.
Declaration
public GroupingEventAction Action { get; }
Property Value
GroupingEventAction
The grouping action. |
GroupDescriptor
Gets group descriptor.
Declaration
public IGroupDescriptor GroupDescriptor { get; }
Property Value
IGroupDescriptor
The group descriptor the user grouped by. |