Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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>

    Cancel

    Defines an option to restrict the conext menu from open.

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

    FieldName

    Defines the selected field name to open the aggregate menu.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved