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