Represents data for the GridViewGrouping event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewGroupingEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewGroupingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewGroupingEventArgs class.
C#
public GridViewGroupingEventArgs(IGroupDescriptor groupDescriptor, GroupingEventAction action, int? index)
The group descriptor.
actionGroupingEventActionThe action.
indexint?The index.
Properties
Gets the action that will be performed.
C#
public GroupingEventAction Action { get; }
The action that will be performed.
Gets the group descriptor.
C#
public IGroupDescriptor GroupDescriptor { get; }
The group descriptor.