Skip to main content
A newer version of this page is available. .

PivotAddPopupMenuItemEventArgs.Add Property

Gets or sets whether the processed menu item should be displayed within the menu.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public bool Add { get; set; }

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