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