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