menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotActionBeginEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotActionBeginEventArgs

    The action begins event arguments provide information about the current UI action, such as the action name, current datasource settings, and the selected field 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
    PivotActionBeginEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotActionBeginEventArgs : Object

    Constructors

    PivotActionBeginEventArgs()

    Declaration
    public PivotActionBeginEventArgs()

    Properties

    ActionName

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

    Pivot Table

    • Drill down and drill upDrill down/up.
    • Value sortingSort value.

    Toolbar

    • New reportAdd new report.
    • Save As reportSave as current report.
    • Save reportSave current report.
    • Report changeChange current report.
    • Remove reportRemove current report.
    • Rename reportRename current report.
    • Load reportLoad report.
    • Show TableShow table view.
    • Chart menuShow chart view.
    • Export menuPDF/Excel/CSV export.
    • Conditional FormattingOpen conditional formatting dialog.
    • Number FormattingOpen number formatting dialog.
    • MDXOpen MDX dialog.
    • Grand totals menuShow/hide grand totals.
    • Sub-totals menuShow/hide sub-totals.
    • Show FieldlistOpen field list

    Grouping bar and Field List buttons

    • EditingEdit calculated field.
    • RemoveRemove field.
    • SortingSort field.
    • FilteringFilter field.
    • AggregationAggregate field.

    Field List UI

    • Field list treeSort field tree.
    • Calculated field buttonOpen calculated field dialog.

    Editing

    • EditEdit record.
    • SaveSave edited records.
    • AddAdd new record.
    • DeleteRemove record.

    Pager

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

    Accepts the string value.

    Cancel

    Allow to restrict the current UI action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if the current UI action is canceled. Otherwise, false.

    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