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

Represents event arguments for creating the pivot row.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class PivotRowCreatingEventArgs : EventArgs

Inheritance: objectEventArgsPivotRowCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the PivotRowCreatingEventArgs class.

C#
public PivotRowCreatingEventArgs(PivotRowElement rowElement)
Parameters:rowElementPivotRowElement

The row element.

Properties

Gets or sets the row element.

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

The row element.