PivotAddPopupMenuItemEventArgs.Add Property
In This Article
Gets or sets whether the processed menu item should be displayed within the menu.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show the menu item; otherwise, false. |
#Remarks
The ASPxPivotGrid.AddPopupMenuItem event enables you to hide individual menu items. To hide the required menu item, set the Add property to false. To identify which menu item is currently being processed, use the PivotAddPopupMenuItemEventArgs.MenuItem property.
See Also