Represents the event arguments for creating the group element.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PivotGroupElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsPivotGroupElementCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the PivotGroupElementCreatingEventArgs class.
C#
public PivotGroupElementCreatingEventArgs(PivotGroupElement groupElement)
The group element.
Properties
Gets or sets the group element.
C#
public PivotGroupElement GroupElement { get; set; }
The group element.