ClassPivotCellCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public class PivotCellCreatingEventArgs : EventArgs
Inheritance: objectEventArgsPivotCellCreatingEventArgs
Inherited Members
Constructors
PivotCellCreatingEventArgs(PivotCellElement)
Declaration
cs-api-definition
public PivotCellCreatingEventArgs(PivotCellElement cellElement)
Parameters
cellElement
Properties
CellElement
Declaration
cs-api-definition
public PivotCellElement CellElement { get; set; }
Property Value