Class
RowValidatingEventArgs

Provides data for the RowValidating event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowValidatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRowValidatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RowValidatingEventArgs(GridViewRowInfo)

Initializes a new instance of the RowValidatingEventArgs class.

Declaration

cs-api-definition
public RowValidatingEventArgs(GridViewRowInfo row)

Parameters

row

GridViewRowInfo

The GridViewRowInfo that is validating.

Properties

Row

Gets the GridViewRowInfo that is validating.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo

RowIndex

The rowindex for the row.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int