ClassPivotGroupEventArgs
Class
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
Constructors
PivotGroupEventArgs(PivotGroupNode)
Initializes a new instance of the PivotGroupEventArgs class.
Declaration
cs-api-definition
public PivotGroupEventArgs(PivotGroupNode group)
Parameters
group
The group.
Properties
Group
Gets the group.
Declaration
cs-api-definition
public PivotGroupNode Group { get; }
Property Value
The group.