ClassPivotRowEventArgs
Class
Represents pivot row event arguments.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotRowEventArgs : EventArgs
Inheritance: objectEventArgsPivotRowEventArgs
Inherited Members
Constructors
PivotRowEventArgs(PivotRowElement)
Initializes a new instance of the PivotRowEventArgs class.
Declaration
cs-api-definition
public PivotRowEventArgs(PivotRowElement rowElement)
Parameters
rowElement
The row element.
Properties
RowElement
Gets the row element.
Declaration
cs-api-definition
public PivotRowElement RowElement { get; }
Property Value
The row element.