Class GridViewGroupedEventArgs
Contains information on performed group operation.
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 Grid
Declaration
public GridViewGroupedEventArgs(IGroupDescriptor descriptor, GroupingEventAction action)
Parameters
IGroup The group descriptor. |
Grouping The grouping action. |
Properties
Action
Gets the action.
Declaration
public GroupingEventAction Action { get; }
Property Value
Grouping The grouping action. |
GroupDescriptor
Gets group descriptor.
Declaration
public IGroupDescriptor GroupDescriptor { get; }
Property Value
IGroup The group descriptor the user grouped by. |