Class
RowResizingEventArgs

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 RowResizingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRowResizingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RowResizingEventArgs(GridViewRow, double)

Initializes a new instance of the RowResizingEventArgs class.

Declaration

cs-api-definition
public RowResizingEventArgs(GridViewRow row, double height)

Parameters

row

GridViewRow

height

double

Properties

Height

The new row height.

Declaration

cs-api-definition
public double Height { get; }

Property Value

double

Row

The row in the current context.

Declaration

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

Property Value

GridViewRow