New to Telerik UI for WPFStart a free 30-day trial

Provides basic data for the group row events.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GroupRowEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGroupRowEventArgs

Derived Classes: GroupRowCancelEventArgs

Constructors

Initializes a new instance of the GroupRowEventArgs class.

C#
public GroupRowEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)
Parameters:routedEventRoutedEvent

The routed event that is raised.

sourceobject

The source that has raised the event.

rowIGroupRow

The current IGroupRow

Properties

The row in the current context.

C#
public IGroupRow Row { get; }