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

Represents the event arguments for creating the group element.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotGroupElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsPivotGroupElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PivotGroupElementCreatingEventArgs class.

C#
public PivotGroupElementCreatingEventArgs(PivotGroupElement groupElement)
Parameters:groupElementPivotGroupElement

The group element.

Properties

Gets or sets the group element.

C#
public PivotGroupElement GroupElement { get; set; }
Property Value:

The group element.