New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the RowValidating event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class RowValidatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRowValidatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the RowValidatingEventArgs class.

C#
public RowValidatingEventArgs(GridViewRowInfo row)
Parameters:rowGridViewRowInfo

The GridViewRowInfo that is validating.

Properties

Gets the GridViewRowInfo that is validating.

C#
public GridViewRowInfo Row { get; }

The rowindex for the row.

C#
public int RowIndex { get; }