Class RowValidatingEventArgs
Provides data for the RowValidating event
Inheritance
System.Object
RowValidatingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RowValidatingEventArgs : CancelEventArgs
Constructors
RowValidatingEventArgs(GridViewRowInfo)
Initializes a new instance of the RowValidatingEventArgs class.
Declaration
public RowValidatingEventArgs(GridViewRowInfo row)
Parameters
Grid The Grid |
Properties
Row
Gets the Grid
Declaration
public GridViewRowInfo Row { get; }
Property Value
RowIndex
The rowindex for the row.
Declaration
public int RowIndex { get; }
Property Value
System.
|