Class
PivotGroupEventArgs

Represents pivot group event arguments.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotGroupEventArgs : EventArgs

Inheritance: objectEventArgsPivotGroupEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotGroupEventArgs(PivotGroupNode)

Initializes a new instance of the PivotGroupEventArgs class.

Declaration

cs-api-definition
public PivotGroupEventArgs(PivotGroupNode group)

Parameters

group

PivotGroupNode

The group.

Properties

Group

Gets the group.

Declaration

cs-api-definition
public PivotGroupNode Group { get; }

Property Value

PivotGroupNode

The group.