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

Represents pivot row event arguments.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotRowEventArgs : EventArgs

Inheritance: objectEventArgsPivotRowEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PivotRowEventArgs class.

C#
public PivotRowEventArgs(PivotRowElement rowElement)
Parameters:rowElementPivotRowElement

The row element.

Properties

Gets the row element.

C#
public PivotRowElement RowElement { get; }
Property Value:

The row element.