Class PivotActionInfo<T>
Defines the unique information of the current UI action performed such as sorting, filtering, dril, editing, report manipulation, summarization, etc.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotActionInfo<T> : Object
Type Parameters
Name |
---|
T |
Constructors
PivotActionInfo()
Declaration
public PivotActionInfo()
Properties
CalculatedFieldInfo
Defines the selected calculated field’s settings that used to create new calculated fields from the bound data source or using simple formula with basic arithmetic operators in the pivot table.
Declaration
public CalculatedFields CalculatedFieldInfo { get; set; }
Property Value
Type |
---|
CalculatedFields |
ConditionalFormattingInfo
Defines the current condition formatting settings that used to change the appearance of the pivot table value cells with different style properties such as background color, font color, font family, and font size based on specific conditions.
Declaration
public List<ConditionalFormatSettings> ConditionalFormattingInfo { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ConditionalFormatSettings> |
DrillInfo
Defines the selected field’s drilled members settings that used to display the headers to be either expanded or collapsed in the pivot table.
Declaration
public DrilledItem DrillInfo { get; set; }
Property Value
Type |
---|
DrilledItem |
EditInfo
Defines the edited information such as current edit type, action and its edited record information such as edited data, previous data and index positions of before editing performed.
Declaration
public PivotEditInfo<T> EditInfo { get; set; }
Property Value
Type |
---|
PivotEditInfo<T> |
ExportInfo
Defines the export information such as current export type and its additional settings such as page size, orientation, header, footer, etc.
Declaration
public PivotExportInfo ExportInfo { get; set; }
Property Value
Type |
---|
PivotExportInfo |
FilterInfo
Defines the selected field’s filter settings with either selective or conditional-based filter members that used to be displayed in the pivot table.
Declaration
public Filter FilterInfo { get; set; }
Property Value
Type |
---|
Filter |
NumberFormattingInfo
Defines the current format settings that used to display the values with specific format that used to be displayed in the pivot table.
Declaration
public List<FormatSettings> NumberFormattingInfo { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FormatSettings> |
ReportInfo
Defines the report name that used to create, load, rename save and save as current report.
Declaration
public PivotReportInfo ReportInfo { get; set; }
Property Value
Type |
---|
PivotReportInfo |
SortInfo
Defines the selected field’s sort settings to order their members either in ascending or descending that used to be displayed in the pivot table.
Declaration
public Sort SortInfo { get; set; }
Property Value
Type |
---|
Sort |
ToolbarInfo
Defines the current toolbar information such as current display options and its settings such as chart settings, grid settings, etc.
Declaration
public PivotToolbarInfo ToolbarInfo { get; set; }
Property Value
Type |
---|
PivotToolbarInfo |
ValueSortInfo
Defines the current value sort settings from current pivot report.
Declaration
public ValueSortSettings ValueSortInfo { get; set; }
Property Value
Type |
---|
ValueSortSettings |