GridViewRowMenuItemVisibility.GroupSummaryMenu Property
In This Article
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 |
---|---|
Grid |
A Grid |
#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