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