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 VirtualGridRowValidatingEventArgs : VirtualGridRowEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowValidatingEventArgs

Inherited Members VirtualGridRowEventArgs.RowIndexVirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

Initializes a new instance of the VirtualGridRowValidatingEventArgs class.

C#
public VirtualGridRowValidatingEventArgs(int rowIndex, VirtualGridViewInfo viewInfo)
Parameters:rowIndexint

Index of the row.

viewInfoVirtualGridViewInfo

The view info.

Properties

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

C#
public bool Cancel { get; set; }