ClassRowResizingEventArgs
Class
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
Constructors
RowResizingEventArgs(GridViewRow, double)
Initializes a new instance of the RowResizingEventArgs class.
Declaration
cs-api-definition
public RowResizingEventArgs(GridViewRow row, double height)
Parameters
row
height