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