Class
VirtualGridRowValidatingEventArgs

Provides data for the RowValidating event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridRowValidatingEventArgs : VirtualGridRowEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowValidatingEventArgs

Inherited Members VirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

VirtualGridRowValidatingEventArgs(int, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridRowValidatingEventArgs class.

Declaration

cs-api-definition
public VirtualGridRowValidatingEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)

Parameters

rowIndex

int

Index of the row.

viewInfo

VirtualGridViewInfo

The view info.

Properties

Cancel

Gets or sets a value indicating whether the event is canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool