menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotActionCompleteEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotActionCompleteEventArgs<T>

    The action complete event arguments provide information about the current UI action, such as the current action name, current datasource settings, selected field information, and the current action information which are configured based on the UI actions like drill down/up, value sorting, built-in toolbar options, grouping bar and field list buttons actions such as sorting, filtering, editing, aggregate type change and so on, CRUD operation in editing in the pivot table.

    Inheritance
    System.Object
    PivotActionCompleteEventArgs<T>
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotActionCompleteEventArgs<T> : Object
    Type Parameters
    Name
    T

    Constructors

    PivotActionCompleteEventArgs()

    Declaration
    public PivotActionCompleteEventArgs()

    Properties

    ActionInfo

    Defines the unique information of the current UI action performed.

    Declaration
    public PivotActionInfo<T> ActionInfo { get; set; }
    Property Value
    Type Description
    PivotActionInfo<T>

    An instance of the PivotActionInfo<T> class that contains information about the current UI action.

    ActionName

    Defines name of the current UI action when it begins.The following are the UI actions and their names:

    Pivot Table

    • Drill down and drill upDrill down/up.
    • Value sortingValue sorted.

    Toolbar

    • New reportNew report added.
    • Save As reportReport re-saved.
    • Save reportReport saved.
    • Report changeCurrent report Changed.
    • Load reportReport loaded.
    • Remove reportReport removed.
    • Rename reportReport renamed.
    • Show TableTable view shown.
    • Chart menuChart view shown.
    • Export menuPDF/Excel/CSV exported.
    • Conditional FormattingConditional formatting applied.
    • Number FormattingNumber formatting applied.
    • MDXMDX dialog closed.
    • Grand totals menuGrand totals shown/hidden.
    • Sub-totals menuSub-totals shown/hidden.
    • Show FieldlistField list closed.
    • Drop actionAction dropped.

    Grouping bar and Field List buttons

    • EditingCalculated field edited.
    • RemoveField removed.
    • SortingField sorted.
    • FilteringField filtered.
    • AggregationField aggregated.

    Field List UI

    • Field list treeField tree sorted.
    • Calculated field buttonCalculated field applied.

    Editing

    • SaveEdited records saved.
    • AddNew record added.
    • DeleteRecord removed.
    • UpdateEdited records updated.

    Pager

    • Navigate row pageRow page navigated.
    • Navigate column pageColumn page navigated.
    • Row page size changeRow page size changed.
    • Column page size changeColumn page size changed.
    Declaration
    public string ActionName { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    DataSourceSettings

    Defines the current data source settings information such as rows, columns, values, filters, etc., that are used to render the pivot table and field list

    Declaration
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type
    DataOptions

    FieldInfo

    Defines the current field information on which field the action takes.
    Note: This option is applicable only when the field-based UI actions are performed such as filtering, sorting, field remove, editing and aggregation change.

    Declaration
    public FieldItemInfo FieldInfo { get; set; }
    Property Value
    Type
    FieldItemInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved