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 RowResizedEventArgs : EventArgs

Inheritance: objectEventArgsRowResizedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowResizedEventArgs class.

C#
public RowResizedEventArgs(GridViewRow row)
Parameters:rowGridViewRow

Properties

The row in the current context.

C#
public GridViewRow Row { get; }