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