Class GroupRowEventArgs
Provides basic data for the group row events.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowEventArgs : RadRoutedEventArgs
Constructors
GroupRowEventArgs(RoutedEvent, Object, IGroupRow)
Initializes a new instance of the Group
Declaration
public GroupRowEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)