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