Class
VirtualGridRowElementEventArgs

Provides data for row element related events.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class VirtualGridRowElementEventArgs : VirtualGridEventArgs

Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowElementEventArgs

Derived Classes: VirtualGridRowPaintEventArgs

Inherited Members VirtualGridEventArgs.ViewInfoEventArgs.Empty

Constructors

VirtualGridRowElementEventArgs(VirtualGridRowElement, VirtualGridViewInfo)

Initializes a new instance of the VirtualGridRowElementEventArgs class.

Declaration

cs-api-definition
public VirtualGridRowElementEventArgs(VirtualGridRowElement rowElement, VirtualGridViewInfo viewInfo)

Parameters

rowElement

VirtualGridRowElement

The row element.

viewInfo

VirtualGridViewInfo

The view info.

Properties

RowElement

Gets the row element.

Declaration

cs-api-definition
public VirtualGridRowElement RowElement { get; }

Property Value

VirtualGridRowElement