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

GridViewRowMenuItemVisibility.GroupSummaryMenu Property

Gets the visibility settings of the Group Summary context menu item, and its subitems.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewGroupSummaryMenuItemVisibility GroupSummaryMenu { get; }

Property Value

Type Description
GridViewGroupSummaryMenuItemVisibility

A GridViewGroupSummaryMenuItemVisibility object that contains the visibility settings.

Remarks

Use the GroupSummaryMenu property to specify the visibility of the Group Summary context menu item, and visibility of items in the Group Summary submenu.

See Also