ClassVirtualGridRowElementEventArgs
Class
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:
Inherited Members
Constructors
VirtualGridRowElementEventArgs(VirtualGridRowElement, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowElementEventArgs class.
Declaration
cs-api-definition
public VirtualGridRowElementEventArgs(VirtualGridRowElement rowElement, VirtualGridViewInfo viewInfo)
Parameters
rowElement
The row element.
viewInfo
The view info.
Properties
RowElement
Gets the row element.
Declaration
cs-api-definition
public VirtualGridRowElement RowElement { get; }
Property Value