Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsGroupSummary { get; }

Property Value

Type Description
Boolean

true if a group summary item has been added; false if a total summary item has been added.

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