Class
PivotRowCreatingEventArgs

Represents event arguments for creating the pivot row.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotRowCreatingEventArgs : EventArgs

Inheritance: objectEventArgsPivotRowCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotRowCreatingEventArgs(PivotRowElement)

Initializes a new instance of the PivotRowCreatingEventArgs class.

Declaration

cs-api-definition
public PivotRowCreatingEventArgs(PivotRowElement rowElement)

Parameters

rowElement

PivotRowElement

The row element.

Properties

RowElement

Gets or sets the row element.

Declaration

cs-api-definition
public PivotRowElement RowElement { get; set; }

Property Value

PivotRowElement

The row element.