Class PivotGridProperties
Inheritance
System.Object
PivotGridProperties
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 PivotGridProperties : EJTagHelper
Constructors
PivotGridProperties()
Declaration
public PivotGridProperties()
Properties
AfterServiceInvoke
Declaration
[JsonProperty("afterServiceInvoke")]
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
AnalysisMode
Declaration
[JsonProperty("analysisMode")]
[JsonConverter(typeof(StringEnumConverter))]
public PivotAnalysisMode AnalysisMode { get; set; }
Property Value
ApplyFieldCaption
Declaration
[JsonProperty("applyFieldCaption")]
public string ApplyFieldCaption { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeExport
Declaration
[JsonProperty("beforeExport")]
public string BeforeExport { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforePivotEnginePopulate
Declaration
[JsonProperty("beforePivotEnginePopulate")]
public string BeforePivotEnginePopulate { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
[JsonProperty("beforeServiceInvoke")]
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
CellClick
Declaration
[JsonProperty("cellClick")]
public string CellClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CellContext
Declaration
[JsonProperty("cellContext")]
public string CellContext { get; set; }
Property Value
Type |
Description |
System.String |
|
CellDoubleClick
Declaration
[JsonProperty("cellDoubleClick")]
public string CellDoubleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
CellEdit
Declaration
[JsonProperty("cellEdit")]
public string CellEdit { get; set; }
Property Value
Type |
Description |
System.String |
|
CellSelection
Declaration
[JsonProperty("cellSelection")]
public string CellSelection { get; set; }
Property Value
Type |
Description |
System.String |
|
ColumnHeaderHyperlinkClick
Declaration
[JsonProperty("columnHeaderHyperlinkClick")]
public string ColumnHeaderHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[JsonProperty("conditionalFormatSettings")]
public object ConditionalFormatSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
CssClass
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentReport
Declaration
[JsonProperty("currentReport")]
public string CurrentReport { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomObject
Declaration
[JsonProperty("customObject")]
public Dictionary<string, object> CustomObject { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSource
Declaration
[JsonProperty("dataSource")]
public PivotDataSource DataSource { get; set; }
Property Value
Destroy
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillSuccess
Declaration
[JsonProperty("drillSuccess")]
public string DrillSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillThrough
Declaration
[JsonProperty("drillThrough")]
public string DrillThrough { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableAdvancedFilter
Declaration
[JsonProperty("enableAdvancedFilter")]
public bool EnableAdvancedFilter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellClick
Declaration
[JsonProperty("enableCellClick")]
public bool EnableCellClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellContext
Declaration
[JsonProperty("enableCellContext")]
public bool EnableCellContext { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellDoubleClick
Declaration
[JsonProperty("enableCellDoubleClick")]
public bool EnableCellDoubleClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellEditing
Declaration
[JsonProperty("enableCellEditing")]
public bool EnableCellEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCellSelection
Declaration
[JsonProperty("enableCellSelection")]
public bool EnableCellSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCheckStateOnSearch
Declaration
[JsonProperty("enableCheckStateOnSearch")]
public bool EnableCheckStateOnSearch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCollapseByDefault
Declaration
[JsonProperty("enableCollapseByDefault")]
public bool EnableCollapseByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableColumnGrandTotal
Declaration
[JsonProperty("enableColumnGrandTotal")]
public bool EnableColumnGrandTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableColumnResizing
Declaration
[JsonProperty("enableColumnResizing")]
public bool EnableColumnResizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCompleteDataExport
Declaration
[JsonProperty("enableCompleteDataExport")]
public bool EnableCompleteDataExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableConditionalFormatting")]
public bool EnableConditionalFormatting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableContextMenu")]
public bool EnableContextMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDefaultValue
Declaration
[JsonProperty("enableDefaultValue")]
public bool EnableDefaultValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDeferUpdate
Declaration
[JsonProperty("enableDeferUpdate")]
public bool EnableDeferUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDrillThrough
Declaration
[JsonProperty("enableDrillThrough")]
public bool EnableDrillThrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableGrandTotal
Declaration
[JsonProperty("enableGrandTotal")]
public bool EnableGrandTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableGroupingBar
Declaration
[JsonProperty("enableGroupingBar")]
public bool EnableGroupingBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableJSONRendering
Declaration
[JsonProperty("enableJSONRendering")]
public bool EnableJSONRendering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMemberEditorPaging
Declaration
[JsonProperty("enableMemberEditorPaging")]
public bool EnableMemberEditorPaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMemberEditorSorting
Declaration
[JsonProperty("enableMemberEditorSorting")]
public bool EnableMemberEditorSorting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePaging
Declaration
[JsonProperty("enablePaging")]
public bool EnablePaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePivotFieldList
Declaration
[JsonProperty("enablePivotFieldList")]
public bool EnablePivotFieldList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRowGrandTotal
Declaration
[JsonProperty("enableRowGrandTotal")]
public bool EnableRowGrandTotal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRTL
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableToolTip")]
public bool EnableToolTip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableToolTipAnimation")]
public bool EnableToolTipAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableVirtualScrolling")]
public bool EnableVirtualScrolling { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableXHRCredentials
Declaration
[JsonProperty("enableXHRCredentials")]
public bool EnableXHRCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("frozenHeaderSettings")]
public FrozenHeaderSettings FrozenHeaderSettings { get; set; }
Property Value
Declaration
[JsonProperty("headerSettings")]
public HeaderSettings HeaderSettings { get; set; }
Property Value
HyperlinkSettings
Declaration
[JsonProperty("hyperlinkSettings")]
public HyperlinkSettings HyperlinkSettings { get; set; }
Property Value
IsResponsive
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JSONRecords
Declaration
[JsonProperty("jsonRecords")]
public Dictionary<string, object> JSONRecords { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Layout
Declaration
[JsonProperty("layout")]
[JsonConverter(typeof(StringEnumConverter))]
public PivotGridLayout Layout { get; set; }
Property Value
Load
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
LoadReport
Declaration
[JsonProperty("loadReport")]
public string LoadReport { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxNodeLimitInMemberEditor
Declaration
[JsonProperty("maxNodeLimitInMemberEditor")]
public int MaxNodeLimitInMemberEditor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MemberEditorPageSize
Declaration
[JsonProperty("memberEditorPageSize")]
public int MemberEditorPageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OperationalMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("operationalMode")]
public PivotOperationalMode OperationalMode { get; set; }
Property Value
PivotEnginePopulated
Declaration
[JsonProperty("pivotEnginePopulated")]
public string PivotEnginePopulated { get; set; }
Property Value
Type |
Description |
System.String |
|
PivotTableFieldListID
Declaration
[JsonProperty("pivotTableFieldListID")]
public string PivotTableFieldListID { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderComplete
Declaration
[JsonProperty("renderComplete")]
public string RenderComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderFailure
Declaration
[JsonProperty("renderFailure")]
public string RenderFailure { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderSuccess
Declaration
[JsonProperty("renderSuccess")]
public string RenderSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
ResizeColumnsToFit
Declaration
[JsonProperty("resizeColumnsToFit")]
public bool ResizeColumnsToFit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("rowHeaderHyperlinkClick")]
public string RowHeaderHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
SaveReport
Declaration
[JsonProperty("saveReport")]
public string SaveReport { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerCSVExporting
Declaration
[JsonProperty("csvExport")]
public string ServerCSVExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerExcelExporting
Declaration
[JsonProperty("excelExport")]
public string ServerExcelExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerPDFExporting
Declaration
[JsonProperty("pdfExport")]
public string ServerPDFExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServerWordExporting
Declaration
[JsonProperty("wordExport")]
public string ServerWordExporting { get; set; }
Property Value
Type |
Description |
System.String |
|
ServiceMethodSettings
Declaration
[JsonProperty("serviceMethodSettings")]
public object ServiceMethodSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
[JsonProperty("showUniqueNameOnPivotButton")]
public bool ShowUniqueNameOnPivotButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SubTotalSettings
Declaration
[JsonProperty("subTotalSettings")]
public List<SubTotalSettings> SubTotalSettings { get; set; }
Property Value
SummaryCellHyperlinkClick
Declaration
[JsonProperty("summaryCellHyperlinkClick")]
public string SummaryCellHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueCellHyperlinkClick
Declaration
[JsonProperty("valueCellHyperlinkClick")]
public string ValueCellHyperlinkClick { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueSortSettings
Declaration
[JsonProperty("valueSortSettings")]
public ValueSortSettings ValueSortSettings { get; set; }
Property Value
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type |
Description |
System.Object |
|
Overrides