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

ASPxGridViewAddSummaryItemViaContextMenuEventArgs.SummaryItem Property

Gets a summary item that is added to the grid footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxSummaryItem SummaryItem { get; }

Property Value

Type Description
ASPxSummaryItem

A ASPxSummaryItem object that is the summary item being added to the grid.

See Also