Class
PivotGroupElementCreatingEventArgs

Represents the event arguments for creating the group element.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotGroupElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsPivotGroupElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotGroupElementCreatingEventArgs(PivotGroupElement)

Initializes a new instance of the PivotGroupElementCreatingEventArgs class.

Declaration

cs-api-definition
public PivotGroupElementCreatingEventArgs(PivotGroupElement groupElement)

Parameters

groupElement

PivotGroupElement

The group element.

Properties

GroupElement

Gets or sets the group element.

Declaration

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

Property Value

PivotGroupElement

The group element.