Class AggregateMenuOpenEventArgs
The aggregate menu open event arguments provide the necessary information to customize the aggregate menu options before it opens.
Inherited Members
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 |
|
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. |