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
GridViewRowInfo
row
The GridViewRowInfo that is validating. |
Properties
Row
Gets the GridViewRowInfo that is validating.
Declaration
public GridViewRowInfo Row { get; }
Property Value
GridViewRowInfo
|
RowIndex
The rowindex for the row.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|