menu

Blazor

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

    Show / Hide Table of Contents

    Class AggregateMenuOpenEventArgs

    The aggregate menu open event arguments provide the necessary information to customize the aggregate menu options before it opens.

    Inheritance
    System.Object
    AggregateMenuOpenEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AggregateMenuOpenEventArgs : Object

    Constructors

    AggregateMenuOpenEventArgs()

    Declaration
    public AggregateMenuOpenEventArgs()

    Properties

    AggregateTypes

    Defines aggregate types collection that used to show it in the aggregate menu when it opens.

    Declaration
    public List<SummaryTypes> AggregateTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SummaryTypes>

    A list of SummaryTypes values representing the aggregate types to display in the menu.

    Cancel

    Defines an option to restrict the context menu from open.

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

    true, the context menu should be prevented from opening. Otherwise, false.

    FieldName

    Defines the selected field name to open the aggregate menu.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved