Class RowResizingEventArgs
Provides basic data for the group row events.
Inheritance
System.Object
RowResizingEventArgs
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RowResizingEventArgs : CancelEventArgs
Constructors
RowResizingEventArgs(GridViewRow, Double)
Initializes a new instance of the Row
Declaration
public RowResizingEventArgs(GridViewRow row, double height)
Parameters
Grid
|
System.
|
Properties
Height
The new row height.
Declaration
public double Height { get; }
Property Value
System.
|
Row
The row in the current context.
Declaration
public GridViewRow Row { get; }