Class PivotGroupElementEventArgs
Represents group element event arguments.
Inheritance
System.Object
System.EventArgs
PivotGroupElementEventArgs
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 PivotGroupElementEventArgs : EventArgs
Constructors
PivotGroupElementEventArgs(PivotGroupElement)
Initializes a new instance of the PivotGroupElementEventArgs class.
Declaration
public PivotGroupElementEventArgs(PivotGroupElement groupElement)
Parameters
PivotGroupElement
groupElement
The group element. |
Properties
GroupElement
Gets the group element.
Declaration
public PivotGroupElement GroupElement { get; }
Property Value
PivotGroupElement
The group element. |