Class 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.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotTableContextMenuItem : Enum
Fields
Aggregate
Aggregate - Sets aggregate type to sum.
Declaration
public const PivotTableContextMenuItem Aggregate
Field Value
Type |
---|
PivotTableContextMenuItem |
CalculatedField
CalculatedField - Enables calculated field for the pivot grid.
Declaration
public const PivotTableContextMenuItem CalculatedField
Field Value
Type |
---|
PivotTableContextMenuItem |
Collapse
Collapse - Collapse the cell.
Declaration
public const PivotTableContextMenuItem Collapse
Field Value
Type |
---|
PivotTableContextMenuItem |
CsvExport
Csv Export - Export the grid as CSV format.
Declaration
public const PivotTableContextMenuItem CsvExport
Field Value
Type |
---|
PivotTableContextMenuItem |
Drillthrough
Drillthrough - Enables drill through for the cell.
Declaration
public const PivotTableContextMenuItem Drillthrough
Field Value
Type |
---|
PivotTableContextMenuItem |
ExcelExport
Excel Export - Export the grid as Excel format.
Declaration
public const PivotTableContextMenuItem ExcelExport
Field Value
Type |
---|
PivotTableContextMenuItem |
Expand
Expand - Expands the cell.
Declaration
public const PivotTableContextMenuItem Expand
Field Value
Type |
---|
PivotTableContextMenuItem |
PdfExport
Pdf Export - Export the grid as Pdf format.
Declaration
public const PivotTableContextMenuItem PdfExport
Field Value
Type |
---|
PivotTableContextMenuItem |
SortAscending
Sort Ascending - Sort the current column in ascending order.
Declaration
public const PivotTableContextMenuItem SortAscending
Field Value
Type |
---|
PivotTableContextMenuItem |
SortDescending
Sort Descending - Sort the current column in descending order.
Declaration
public const PivotTableContextMenuItem SortDescending
Field Value
Type |
---|
PivotTableContextMenuItem |