ASPxGridViewAddSummaryItemViaContextMenuEventArgs.IsGroupSummary Property
Indicates whether a total summary item or a group summary item has been added to a summary collection using the context menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
The ASPxGridView.AddSummaryItemViaContextMenu event fires when a summary item is added to a summary item collection using the context menu.
Use the IsGroupSummary property to determine if a total summary item has been added to the ASPxGridView.TotalSummary collection, or a group summary item has been added to the ASPxGridView.GroupSummary collection.
See Also