Class
RowResizedEventArgs

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

Inheritance: objectEventArgsRowResizedEventArgs

Inherited Members EventArgs.Empty

Constructors

RowResizedEventArgs(GridViewRow)

Initializes a new instance of the RowResizedEventArgs class.

Declaration

cs-api-definition
public RowResizedEventArgs(GridViewRow row)

Parameters

row

GridViewRow

Properties

Row

The row in the current context.

Declaration

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

Property Value

GridViewRow