Class
GroupRowEventArgs

Provides basic data for the group row events.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GroupRowEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGroupRowEventArgs

Derived Classes: GroupRowCancelEventArgs

Constructors

GroupRowEventArgs(RoutedEvent, object, IGroupRow)

Initializes a new instance of the GroupRowEventArgs class.

Declaration

cs-api-definition
public GroupRowEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)

Parameters

routedEvent

RoutedEvent

The routed event that is raised.

source

object

The source that has raised the event.

row

IGroupRow

The current IGroupRow

Properties

Row

The row in the current context.

Declaration

cs-api-definition
public IGroupRow Row { get; }

Property Value

IGroupRow