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