Class
PivotGroupElementEventArgs

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 EventArgs.Empty

Constructors

PivotGroupElementEventArgs(PivotGroupElement)

Initializes a new instance of the PivotGroupElementEventArgs class.

Declaration

cs-api-definition
public PivotGroupElementEventArgs(PivotGroupElement groupElement)

Parameters

groupElement

PivotGroupElement

The group element.

Properties

GroupElement

Gets the group element.

Declaration

cs-api-definition
public PivotGroupElement GroupElement { get; }

Property Value

PivotGroupElement

The group element.