New to Telerik UI for WinFormsStart a free 30-day trial

Represents pivot group event arguments.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGroupEventArgs : EventArgs

Inheritance: objectEventArgsPivotGroupEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PivotGroupEventArgs class.

C#
public PivotGroupEventArgs(PivotGroupNode group)
Parameters:groupPivotGroupNode

The group.

Properties

Gets the group.

C#
public PivotGroupNode Group { get; }
Property Value:

The group.