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