Class PivotRowCreatingEventArgs
Represents event arguments for creating the pivot row.
Inheritance
System.Object
System.EventArgs
PivotRowCreatingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotRowCreatingEventArgs : EventArgs
Constructors
PivotRowCreatingEventArgs(PivotRowElement)
Initializes a new instance of the PivotRowCreatingEventArgs class.
Declaration
public PivotRowCreatingEventArgs(PivotRowElement rowElement)
Parameters
PivotRowElement
rowElement
The row element. |
Properties
RowElement
Gets or sets the row element.
Declaration
public PivotRowElement RowElement { get; set; }
Property Value
PivotRowElement
The row element. |