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 RowResizingEventArgs class.
Declaration
public RowResizingEventArgs(GridViewRow row, double height)
Parameters
GridViewRow
row
|
System.Double
height
|
Properties
Height
The new row height.
Declaration
public double Height { get; }
Property Value
System.Double
|
Row
The row in the current context.
Declaration
public GridViewRow Row { get; }
Property Value
GridViewRow
|