alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    object
    AggregateMenuOpenEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AggregateMenuOpenEventArgs

    Constructors

    AggregateMenuOpenEventArgs()

    Declaration
    public AggregateMenuOpenEventArgs()

    Properties

    AggregateTypes

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

    Declaration
    [JsonPropertyName("aggregateTypes")]
    public List<SummaryTypes> AggregateTypes { get; set; }
    Property Value
    Type Description
    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
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

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

    FieldName

    Defines the selected field name to open the aggregate menu.

    Declaration
    [JsonPropertyName("fieldName")]
    public string FieldName { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

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