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 |
|
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. |