Class PivotGridClientSideEvents
Inheritance
System.Object
PivotGridClientSideEvents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotGridClientSideEvents
Constructors
PivotGridClientSideEvents()
Declaration
public PivotGridClientSideEvents()
Properties
AfterServiceInvoke
Declaration
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
ApplyFieldCaption
Declaration
public string ApplyFieldCaption { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeExport
Declaration
public string BeforeExport { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforePivotEnginePopulate
Declaration
public string BeforePivotEnginePopulate { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
CellClick
Declaration
public string CellClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CellContext
Declaration
public string CellContext { get; set; }
Property Value
Type |
Description |
System.String |
|
CellDoubleClick
Declaration
public string CellDoubleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CellEdit
Declaration
public string CellEdit { get; set; }
Property Value
Type |
Description |
System.String |
|
CellSelection
Declaration
public string CellSelection { get; set; }
Property Value
Type |
Description |
System.String |
|
ColumnHeaderHyperlinkClick
Declaration
public string ColumnHeaderHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Destroy
Declaration
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillSuccess
Declaration
public string DrillSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillThrough
Declaration
public string DrillThrough { get; set; }
Property Value
Type |
Description |
System.String |
|
Load
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
LoadReport
Declaration
public string LoadReport { get; set; }
Property Value
Type |
Description |
System.String |
|
PivotEnginePopulated
Declaration
public string PivotEnginePopulated { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderComplete
Declaration
public string RenderComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderFailure
Declaration
public string RenderFailure { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderSuccess
Declaration
public string RenderSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RowHeaderHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
SaveReport
Declaration
public string SaveReport { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerCSVExporting
Declaration
public string ServerCSVExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerExcelExporting
Declaration
public string ServerExcelExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerPDFExporting
Declaration
public string ServerPDFExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerWordExporting
Declaration
public string ServerWordExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
SummaryCellHyperlinkClick
Declaration
public string SummaryCellHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueCellHyperlinkClick
Declaration
public string ValueCellHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SetValues(PivotGridProperties, PivotGridClientSideEvents)
Declaration
public PivotGridProperties SetValues(PivotGridProperties propModel, PivotGridClientSideEvents events)
Parameters
Returns