Class
PivotCellCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotCellCreatingEventArgs : EventArgs

Inheritance: objectEventArgsPivotCellCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotCellCreatingEventArgs(PivotCellElement)

Declaration

cs-api-definition
public PivotCellCreatingEventArgs(PivotCellElement cellElement)

Parameters

cellElement

PivotCellElement

Properties

CellElement

Declaration

cs-api-definition
public PivotCellElement CellElement { get; set; }

Property Value

PivotCellElement