Skip to main content
Tab

GridViewRowMenuItemVisibility.GroupSummaryMenu Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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