Class
VirtualGridRowEventArgs

Provides data for row related events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridRowEventArgs : VirtualGridEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgs

Derived Classes: VirtualGridQueryHasChildRowsEventArgsVirtualGridRowExpandedEventArgsVirtualGridRowHeightChangingEventArgsVirtualGridRowValidatingEventArgs

Inherited Members VirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

VirtualGridRowEventArgs(int, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridRowEventArgs class.

Declaration

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

Parameters

rowIndex

int

Index of the row.

viewInfo

VirtualGridViewInfo

The view info.

Properties

RowIndex

Gets the index of the row.

Declaration

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

Property Value

int