Enum PivotTableContextMenuItem
Defines the pivot table context menu items. They are Drillthrough - Enables drill through for the cell. Expand - Expands the cell. Collapse - Collapse the cell. CalculatedField - Enables calculated field for the pivot grid. Pdf Export - Export the grid as Pdf format. Excel Export - Export the grid as Excel format. Csv Export - Export the grid as CSV format. Sort Ascending - Sort the current column in ascending order. Sort Descending - Sort the current column in descending order. Aggregate - Sets aggregate type to sum.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotTableContextMenuItem
Fields
| Name | Description |
|---|---|
| Aggregate | Aggregate - Sets aggregate type to sum. |
| CalculatedField | CalculatedField - Enables calculated field for the pivot grid. |
| Collapse | Collapse - Collapse the cell. |
| CsvExport | Csv Export - Export the grid as CSV format. |
| Drillthrough | Drillthrough - Enables drill through for the cell. |
| ExcelExport | Excel Export - Export the grid as Excel format. |
| Expand | Expand - Expands the cell. |
| PdfExport | Pdf Export - Export the grid as Pdf format. |
| SortAscending | Sort Ascending - Sort the current column in ascending order. |
| SortDescending | Sort Descending - Sort the current column in descending order. |