Class
PivotRowEventArgs

Represents pivot row event arguments.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotRowEventArgs : EventArgs

Inheritance: objectEventArgsPivotRowEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotRowEventArgs(PivotRowElement)

Initializes a new instance of the PivotRowEventArgs class.

Declaration

cs-api-definition
public PivotRowEventArgs(PivotRowElement rowElement)

Parameters

rowElement

PivotRowElement

The row element.

Properties

RowElement

Gets the row element.

Declaration

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

Property Value

PivotRowElement

The row element.